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-08-13T12:21:34.675619+00:00",
"SubmitDate": "2026-08-13T12:21:34.675619+00:00",
"ReportPeriodStart": "2026-08-13T12:21:34.675619+00:00",
"ReportPeriodEnd": "2026-08-13T12:21:34.675619+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f1dbf846-6927-482e-b15c-bbe2b8517427",
"Rows": [
{
"ItemId": "fc5d32e8-a60b-4784-9e47-51813fe9101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc5d32e8-a60b-4784-9e47-51813fe9101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f1dbf846-6927-482e-b15c-bbe2b8517427",
"Rows": [
{
"ItemId": "fc5d32e8-a60b-4784-9e47-51813fe9101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc5d32e8-a60b-4784-9e47-51813fe9101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c3eea9f9-6c65-4b98-bfab-cdb3fc12f059",
"e6e4fcb8-dcb4-4cbe-af95-cb888dab1a7b"
],
"Approvers": [
"856ee117-fc87-49b6-8587-2e2f18f46697",
"104d15b2-e419-4bd1-a665-86f424d57b8c"
],
"ApprovedBy": "1f1edba4-b24c-4985-bfd1-44efc23efbbb",
"ApprovalDate": "2026-08-13T12:21:34.675619+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b12c89e4-c2f7-4063-ad94-f22bdebcfa76",
"WorkPlanId": "a52fa3ac-aceb-4b38-956a-378e50563cbe",
"id": "2535155f-86ae-420b-b28b-8f02d6e897af",
"ConfigId": "9cdd37bb-bd01-4788-8db9-2d1aeef24ecd"
},
{
"GenerationDate": "2026-08-13T12:21:34.675619+00:00",
"SubmitDate": "2026-08-13T12:21:34.675619+00:00",
"ReportPeriodStart": "2026-08-13T12:21:34.675619+00:00",
"ReportPeriodEnd": "2026-08-13T12:21:34.675619+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f1dbf846-6927-482e-b15c-bbe2b8517427",
"Rows": [
{
"ItemId": "fc5d32e8-a60b-4784-9e47-51813fe9101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc5d32e8-a60b-4784-9e47-51813fe9101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f1dbf846-6927-482e-b15c-bbe2b8517427",
"Rows": [
{
"ItemId": "fc5d32e8-a60b-4784-9e47-51813fe9101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc5d32e8-a60b-4784-9e47-51813fe9101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c3eea9f9-6c65-4b98-bfab-cdb3fc12f059",
"e6e4fcb8-dcb4-4cbe-af95-cb888dab1a7b"
],
"Approvers": [
"856ee117-fc87-49b6-8587-2e2f18f46697",
"104d15b2-e419-4bd1-a665-86f424d57b8c"
],
"ApprovedBy": "1f1edba4-b24c-4985-bfd1-44efc23efbbb",
"ApprovalDate": "2026-08-13T12:21:34.675619+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b12c89e4-c2f7-4063-ad94-f22bdebcfa76",
"WorkPlanId": "a52fa3ac-aceb-4b38-956a-378e50563cbe",
"id": "2535155f-86ae-420b-b28b-8f02d6e897af",
"ConfigId": "9cdd37bb-bd01-4788-8db9-2d1aeef24ecd"
}
]