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-26T22:41:38.3135596+00:00",
"SubmitDate": "2026-08-26T22:41:38.3135596+00:00",
"ReportPeriodStart": "2026-08-26T22:41:38.3135596+00:00",
"ReportPeriodEnd": "2026-08-26T22:41:38.3135596+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d76bac0d-e586-479b-b7d1-fb628efdd217",
"Rows": [
{
"ItemId": "39f1741c-b208-4613-bf15-3cade58ed5c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39f1741c-b208-4613-bf15-3cade58ed5c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d76bac0d-e586-479b-b7d1-fb628efdd217",
"Rows": [
{
"ItemId": "39f1741c-b208-4613-bf15-3cade58ed5c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39f1741c-b208-4613-bf15-3cade58ed5c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc5fcdae-519e-43a3-9b00-94b25d3bb094",
"1bff724b-cbf9-4ea9-86aa-f6e90daad3c0"
],
"Approvers": [
"94d93a16-7ddf-4cf7-a494-68d9a40dabb4",
"e1cf7ade-6d92-411d-964e-795bf39a8c2b"
],
"ApprovedBy": "18613b85-3bb4-401d-8603-c20cfe1e825c",
"ApprovalDate": "2026-08-26T22:41:38.3135596+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f6226798-d559-4963-a610-8adab4a7bdb7",
"WorkPlanId": "212696f2-0b7a-4929-b787-b69ccc32da90",
"id": "d8ed6219-b38d-4c27-9ea7-96ef3cbe57ac",
"ConfigId": "3e68ce45-9d20-4d8f-9aae-8b9270b0eba0"
},
{
"GenerationDate": "2026-08-26T22:41:38.3135596+00:00",
"SubmitDate": "2026-08-26T22:41:38.3135596+00:00",
"ReportPeriodStart": "2026-08-26T22:41:38.3135596+00:00",
"ReportPeriodEnd": "2026-08-26T22:41:38.3135596+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d76bac0d-e586-479b-b7d1-fb628efdd217",
"Rows": [
{
"ItemId": "39f1741c-b208-4613-bf15-3cade58ed5c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39f1741c-b208-4613-bf15-3cade58ed5c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d76bac0d-e586-479b-b7d1-fb628efdd217",
"Rows": [
{
"ItemId": "39f1741c-b208-4613-bf15-3cade58ed5c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "39f1741c-b208-4613-bf15-3cade58ed5c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc5fcdae-519e-43a3-9b00-94b25d3bb094",
"1bff724b-cbf9-4ea9-86aa-f6e90daad3c0"
],
"Approvers": [
"94d93a16-7ddf-4cf7-a494-68d9a40dabb4",
"e1cf7ade-6d92-411d-964e-795bf39a8c2b"
],
"ApprovedBy": "18613b85-3bb4-401d-8603-c20cfe1e825c",
"ApprovalDate": "2026-08-26T22:41:38.3135596+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f6226798-d559-4963-a610-8adab4a7bdb7",
"WorkPlanId": "212696f2-0b7a-4929-b787-b69ccc32da90",
"id": "d8ed6219-b38d-4c27-9ea7-96ef3cbe57ac",
"ConfigId": "3e68ce45-9d20-4d8f-9aae-8b9270b0eba0"
}
]