GET api/statusreports/mysubmit
Get list of submitted reports for me to approve
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-09-15T10:56:04.6248431+00:00",
"SubmitDate": "2026-09-15T10:56:04.6248431+00:00",
"ReportPeriodStart": "2026-09-15T10:56:04.6248431+00:00",
"ReportPeriodEnd": "2026-09-15T10:56:04.6248431+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "558e448c-e93a-4b62-acb3-874bdeb36468",
"Rows": [
{
"ItemId": "1c7848bd-4f29-4a70-bdf8-87b78965704c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c7848bd-4f29-4a70-bdf8-87b78965704c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "558e448c-e93a-4b62-acb3-874bdeb36468",
"Rows": [
{
"ItemId": "1c7848bd-4f29-4a70-bdf8-87b78965704c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c7848bd-4f29-4a70-bdf8-87b78965704c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"06ff5ff0-b1d0-4a88-a715-d412d655ab1f",
"a4a3ef59-09e4-4627-b8ca-126e88c6c699"
],
"Approvers": [
"777452d0-ecf7-40be-9305-1b0dd47f7346",
"06ca7ef5-f899-4d84-bf83-ad7aab9a291b"
],
"ApprovedBy": "260ab6df-d8ae-468d-8c90-56390f4442eb",
"ApprovalDate": "2026-09-15T10:56:04.6248431+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2229e8c0-c46c-4dc2-b6ca-50408c9e5e0f",
"WorkPlanId": "d89c1664-cfe8-46a3-8d07-6456140e8d18",
"id": "1f22c853-9ace-40bf-b3c2-9a629f709ef3",
"ConfigId": "60a2ad24-e688-4a2a-8162-96b870b1d2ab"
},
{
"GenerationDate": "2026-09-15T10:56:04.6248431+00:00",
"SubmitDate": "2026-09-15T10:56:04.6248431+00:00",
"ReportPeriodStart": "2026-09-15T10:56:04.6248431+00:00",
"ReportPeriodEnd": "2026-09-15T10:56:04.6248431+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "558e448c-e93a-4b62-acb3-874bdeb36468",
"Rows": [
{
"ItemId": "1c7848bd-4f29-4a70-bdf8-87b78965704c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c7848bd-4f29-4a70-bdf8-87b78965704c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "558e448c-e93a-4b62-acb3-874bdeb36468",
"Rows": [
{
"ItemId": "1c7848bd-4f29-4a70-bdf8-87b78965704c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c7848bd-4f29-4a70-bdf8-87b78965704c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"06ff5ff0-b1d0-4a88-a715-d412d655ab1f",
"a4a3ef59-09e4-4627-b8ca-126e88c6c699"
],
"Approvers": [
"777452d0-ecf7-40be-9305-1b0dd47f7346",
"06ca7ef5-f899-4d84-bf83-ad7aab9a291b"
],
"ApprovedBy": "260ab6df-d8ae-468d-8c90-56390f4442eb",
"ApprovalDate": "2026-09-15T10:56:04.6248431+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2229e8c0-c46c-4dc2-b6ca-50408c9e5e0f",
"WorkPlanId": "d89c1664-cfe8-46a3-8d07-6456140e8d18",
"id": "1f22c853-9ace-40bf-b3c2-9a629f709ef3",
"ConfigId": "60a2ad24-e688-4a2a-8162-96b870b1d2ab"
}
]