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-06T07:52:38.4103599+00:00",
"SubmitDate": "2026-08-06T07:52:38.4103599+00:00",
"ReportPeriodStart": "2026-08-06T07:52:38.4103599+00:00",
"ReportPeriodEnd": "2026-08-06T07:52:38.4103599+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "155b7b61-d044-490b-b3e8-6e708b8cb7f6",
"Rows": [
{
"ItemId": "0025a902-090e-45f5-9605-8f4855f3c938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0025a902-090e-45f5-9605-8f4855f3c938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "155b7b61-d044-490b-b3e8-6e708b8cb7f6",
"Rows": [
{
"ItemId": "0025a902-090e-45f5-9605-8f4855f3c938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0025a902-090e-45f5-9605-8f4855f3c938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"26562c37-40bd-4c15-847c-3586331ce154",
"16eb13af-8da4-4c1b-abfd-deff90a39e47"
],
"Approvers": [
"114442a6-de92-4eda-b5e5-f402dfea66df",
"445e2899-8873-44e1-84e6-2c78df583c82"
],
"ApprovedBy": "70c17112-40f8-40f1-9ca3-ecac4a15337f",
"ApprovalDate": "2026-08-06T07:52:38.4103599+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8ed464d6-613e-4ca0-ab34-101b20cacaff",
"WorkPlanId": "cdd8372d-5091-4154-8978-4950ba489010",
"id": "7d30adb2-3f5d-44de-a365-ebce628da54b",
"ConfigId": "82704562-e318-45ca-951a-46f0f04b3b47"
},
{
"GenerationDate": "2026-08-06T07:52:38.4103599+00:00",
"SubmitDate": "2026-08-06T07:52:38.4103599+00:00",
"ReportPeriodStart": "2026-08-06T07:52:38.4103599+00:00",
"ReportPeriodEnd": "2026-08-06T07:52:38.4103599+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "155b7b61-d044-490b-b3e8-6e708b8cb7f6",
"Rows": [
{
"ItemId": "0025a902-090e-45f5-9605-8f4855f3c938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0025a902-090e-45f5-9605-8f4855f3c938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "155b7b61-d044-490b-b3e8-6e708b8cb7f6",
"Rows": [
{
"ItemId": "0025a902-090e-45f5-9605-8f4855f3c938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0025a902-090e-45f5-9605-8f4855f3c938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"26562c37-40bd-4c15-847c-3586331ce154",
"16eb13af-8da4-4c1b-abfd-deff90a39e47"
],
"Approvers": [
"114442a6-de92-4eda-b5e5-f402dfea66df",
"445e2899-8873-44e1-84e6-2c78df583c82"
],
"ApprovedBy": "70c17112-40f8-40f1-9ca3-ecac4a15337f",
"ApprovalDate": "2026-08-06T07:52:38.4103599+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8ed464d6-613e-4ca0-ab34-101b20cacaff",
"WorkPlanId": "cdd8372d-5091-4154-8978-4950ba489010",
"id": "7d30adb2-3f5d-44de-a365-ebce628da54b",
"ConfigId": "82704562-e318-45ca-951a-46f0f04b3b47"
}
]