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-20T14:40:29.5866693+00:00",
"SubmitDate": "2026-09-20T14:40:29.5866693+00:00",
"ReportPeriodStart": "2026-09-20T14:40:29.5866693+00:00",
"ReportPeriodEnd": "2026-09-20T14:40:29.5866693+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e365674a-a406-40f5-a4fd-af1abba52647",
"Rows": [
{
"ItemId": "6fd4ebe9-0b17-414d-b9b5-480b38825895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6fd4ebe9-0b17-414d-b9b5-480b38825895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e365674a-a406-40f5-a4fd-af1abba52647",
"Rows": [
{
"ItemId": "6fd4ebe9-0b17-414d-b9b5-480b38825895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6fd4ebe9-0b17-414d-b9b5-480b38825895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"53164fc4-98e6-4051-9018-0b54fd266e6b",
"b7de6f08-2d26-4987-8894-d95879828455"
],
"Approvers": [
"cdabe00e-e725-4f45-9f94-1bf24df26a47",
"48f83dbf-2c35-4de5-a7e8-1db36a2b7ad9"
],
"ApprovedBy": "055747fb-ac82-41d0-af23-9d8305c54a2b",
"ApprovalDate": "2026-09-20T14:40:29.5866693+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "801d1377-d2bf-46c8-9cc9-4abd98c3f60a",
"WorkPlanId": "b04baae8-eded-4714-937a-e53218742e41",
"id": "206e1b1c-4712-4671-9691-4e9aa60b0901",
"ConfigId": "d9f5fe16-0945-491c-9da8-2a5d2da66449"
},
{
"GenerationDate": "2026-09-20T14:40:29.5866693+00:00",
"SubmitDate": "2026-09-20T14:40:29.5866693+00:00",
"ReportPeriodStart": "2026-09-20T14:40:29.5866693+00:00",
"ReportPeriodEnd": "2026-09-20T14:40:29.5866693+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e365674a-a406-40f5-a4fd-af1abba52647",
"Rows": [
{
"ItemId": "6fd4ebe9-0b17-414d-b9b5-480b38825895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6fd4ebe9-0b17-414d-b9b5-480b38825895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e365674a-a406-40f5-a4fd-af1abba52647",
"Rows": [
{
"ItemId": "6fd4ebe9-0b17-414d-b9b5-480b38825895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6fd4ebe9-0b17-414d-b9b5-480b38825895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"53164fc4-98e6-4051-9018-0b54fd266e6b",
"b7de6f08-2d26-4987-8894-d95879828455"
],
"Approvers": [
"cdabe00e-e725-4f45-9f94-1bf24df26a47",
"48f83dbf-2c35-4de5-a7e8-1db36a2b7ad9"
],
"ApprovedBy": "055747fb-ac82-41d0-af23-9d8305c54a2b",
"ApprovalDate": "2026-09-20T14:40:29.5866693+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "801d1377-d2bf-46c8-9cc9-4abd98c3f60a",
"WorkPlanId": "b04baae8-eded-4714-937a-e53218742e41",
"id": "206e1b1c-4712-4671-9691-4e9aa60b0901",
"ConfigId": "d9f5fe16-0945-491c-9da8-2a5d2da66449"
}
]