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-03T14:45:08.7739909+00:00",
"SubmitDate": "2026-08-03T14:45:08.7739909+00:00",
"ReportPeriodStart": "2026-08-03T14:45:08.7739909+00:00",
"ReportPeriodEnd": "2026-08-03T14:45:08.7739909+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3121f1ba-0320-4d62-b794-755b22d71a9d",
"Rows": [
{
"ItemId": "271e13fc-5891-403d-ab0c-33fbdce0d419",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "271e13fc-5891-403d-ab0c-33fbdce0d419",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3121f1ba-0320-4d62-b794-755b22d71a9d",
"Rows": [
{
"ItemId": "271e13fc-5891-403d-ab0c-33fbdce0d419",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "271e13fc-5891-403d-ab0c-33fbdce0d419",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3adff8c-43d2-47f6-a6ca-4e65e2a15bf4",
"34bccd4b-cea9-4090-9b94-e3b7f80c2e8e"
],
"Approvers": [
"98f72272-f408-45a8-b863-18ec49fc19cf",
"dd970a0b-4593-4d69-ae12-32c8c489b73c"
],
"ApprovedBy": "6ebd793d-fd17-46db-8c75-763e5071f294",
"ApprovalDate": "2026-08-03T14:45:08.7739909+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c1046ee8-a6ac-4f4a-abbd-8c359d8bd659",
"WorkPlanId": "b0030dd9-e70a-4490-ab8f-2953c044d27e",
"id": "296d4755-a86f-449b-8416-2f7ffea631d5",
"ConfigId": "b98edaee-74f2-4c76-bc26-b858b411ae80"
},
{
"GenerationDate": "2026-08-03T14:45:08.7739909+00:00",
"SubmitDate": "2026-08-03T14:45:08.7739909+00:00",
"ReportPeriodStart": "2026-08-03T14:45:08.7739909+00:00",
"ReportPeriodEnd": "2026-08-03T14:45:08.7739909+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3121f1ba-0320-4d62-b794-755b22d71a9d",
"Rows": [
{
"ItemId": "271e13fc-5891-403d-ab0c-33fbdce0d419",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "271e13fc-5891-403d-ab0c-33fbdce0d419",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3121f1ba-0320-4d62-b794-755b22d71a9d",
"Rows": [
{
"ItemId": "271e13fc-5891-403d-ab0c-33fbdce0d419",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "271e13fc-5891-403d-ab0c-33fbdce0d419",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3adff8c-43d2-47f6-a6ca-4e65e2a15bf4",
"34bccd4b-cea9-4090-9b94-e3b7f80c2e8e"
],
"Approvers": [
"98f72272-f408-45a8-b863-18ec49fc19cf",
"dd970a0b-4593-4d69-ae12-32c8c489b73c"
],
"ApprovedBy": "6ebd793d-fd17-46db-8c75-763e5071f294",
"ApprovalDate": "2026-08-03T14:45:08.7739909+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c1046ee8-a6ac-4f4a-abbd-8c359d8bd659",
"WorkPlanId": "b0030dd9-e70a-4490-ab8f-2953c044d27e",
"id": "296d4755-a86f-449b-8416-2f7ffea631d5",
"ConfigId": "b98edaee-74f2-4c76-bc26-b858b411ae80"
}
]