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-06-30T01:17:21.1240233+00:00",
"SubmitDate": "2026-06-30T01:17:21.1240233+00:00",
"ReportPeriodStart": "2026-06-30T01:17:21.1240233+00:00",
"ReportPeriodEnd": "2026-06-30T01:17:21.1240233+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e1806fbc-4e6f-400f-ad03-bf1ac6f0dbb9",
"Rows": [
{
"ItemId": "3cc1dd5f-9160-489e-b521-99ae81833d4b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cc1dd5f-9160-489e-b521-99ae81833d4b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e1806fbc-4e6f-400f-ad03-bf1ac6f0dbb9",
"Rows": [
{
"ItemId": "3cc1dd5f-9160-489e-b521-99ae81833d4b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cc1dd5f-9160-489e-b521-99ae81833d4b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"78611d10-f670-4769-ac14-93397f2c08f2",
"74028866-2694-4a7b-83de-cd7611027ef9"
],
"Approvers": [
"326946c6-406c-4be8-8740-a47e7620715b",
"9116413b-dd6d-4b12-a1ac-1a014647f0a4"
],
"ApprovedBy": "ba7cabd7-134c-4b4e-ac27-85188d3cf1b5",
"ApprovalDate": "2026-06-30T01:17:21.1240233+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "11eb109e-a501-48f1-babc-06c7d211ff02",
"WorkPlanId": "c49c849d-5d8a-4df9-ad07-8a79398ed99e",
"id": "ef500065-cf0f-4c6b-8467-48ed388f4563",
"ConfigId": "b9f4eb92-42c5-4ddf-b007-ad332ab88c7c"
},
{
"GenerationDate": "2026-06-30T01:17:21.1240233+00:00",
"SubmitDate": "2026-06-30T01:17:21.1240233+00:00",
"ReportPeriodStart": "2026-06-30T01:17:21.1240233+00:00",
"ReportPeriodEnd": "2026-06-30T01:17:21.1240233+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e1806fbc-4e6f-400f-ad03-bf1ac6f0dbb9",
"Rows": [
{
"ItemId": "3cc1dd5f-9160-489e-b521-99ae81833d4b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cc1dd5f-9160-489e-b521-99ae81833d4b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e1806fbc-4e6f-400f-ad03-bf1ac6f0dbb9",
"Rows": [
{
"ItemId": "3cc1dd5f-9160-489e-b521-99ae81833d4b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cc1dd5f-9160-489e-b521-99ae81833d4b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"78611d10-f670-4769-ac14-93397f2c08f2",
"74028866-2694-4a7b-83de-cd7611027ef9"
],
"Approvers": [
"326946c6-406c-4be8-8740-a47e7620715b",
"9116413b-dd6d-4b12-a1ac-1a014647f0a4"
],
"ApprovedBy": "ba7cabd7-134c-4b4e-ac27-85188d3cf1b5",
"ApprovalDate": "2026-06-30T01:17:21.1240233+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "11eb109e-a501-48f1-babc-06c7d211ff02",
"WorkPlanId": "c49c849d-5d8a-4df9-ad07-8a79398ed99e",
"id": "ef500065-cf0f-4c6b-8467-48ed388f4563",
"ConfigId": "b9f4eb92-42c5-4ddf-b007-ad332ab88c7c"
}
]