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-07-18T10:40:11.5558504+00:00",
"SubmitDate": "2026-07-18T10:40:11.5558504+00:00",
"ReportPeriodStart": "2026-07-18T10:40:11.5558504+00:00",
"ReportPeriodEnd": "2026-07-18T10:40:11.5558504+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a0f4e57f-b0c2-4663-8929-2d3e8c3a6409",
"Rows": [
{
"ItemId": "a9fd816d-bb72-4212-bff8-fe8969164208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9fd816d-bb72-4212-bff8-fe8969164208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a0f4e57f-b0c2-4663-8929-2d3e8c3a6409",
"Rows": [
{
"ItemId": "a9fd816d-bb72-4212-bff8-fe8969164208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9fd816d-bb72-4212-bff8-fe8969164208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2631aec7-c477-423c-b49c-8940e593dad1",
"31fd3885-4ec7-4b72-b367-74aaa8cfd158"
],
"Approvers": [
"a8ea0b38-f277-4152-96a3-e5e64ce4c5fb",
"27f09d54-fb4b-457f-a5be-0de384560b8a"
],
"ApprovedBy": "4686acac-a4c6-41d5-b0a8-9815703cd0ee",
"ApprovalDate": "2026-07-18T10:40:11.5558504+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7bbfa794-e250-421a-b3c2-c6d71899445e",
"WorkPlanId": "81812991-029a-4d78-9061-ea163954ed0b",
"id": "de16d263-8934-41f6-98bd-88fb5709f33b",
"ConfigId": "1ce5cced-7e9f-468a-b40c-6b2086cd6a22"
},
{
"GenerationDate": "2026-07-18T10:40:11.5558504+00:00",
"SubmitDate": "2026-07-18T10:40:11.5558504+00:00",
"ReportPeriodStart": "2026-07-18T10:40:11.5558504+00:00",
"ReportPeriodEnd": "2026-07-18T10:40:11.5558504+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a0f4e57f-b0c2-4663-8929-2d3e8c3a6409",
"Rows": [
{
"ItemId": "a9fd816d-bb72-4212-bff8-fe8969164208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9fd816d-bb72-4212-bff8-fe8969164208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a0f4e57f-b0c2-4663-8929-2d3e8c3a6409",
"Rows": [
{
"ItemId": "a9fd816d-bb72-4212-bff8-fe8969164208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9fd816d-bb72-4212-bff8-fe8969164208",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2631aec7-c477-423c-b49c-8940e593dad1",
"31fd3885-4ec7-4b72-b367-74aaa8cfd158"
],
"Approvers": [
"a8ea0b38-f277-4152-96a3-e5e64ce4c5fb",
"27f09d54-fb4b-457f-a5be-0de384560b8a"
],
"ApprovedBy": "4686acac-a4c6-41d5-b0a8-9815703cd0ee",
"ApprovalDate": "2026-07-18T10:40:11.5558504+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7bbfa794-e250-421a-b3c2-c6d71899445e",
"WorkPlanId": "81812991-029a-4d78-9061-ea163954ed0b",
"id": "de16d263-8934-41f6-98bd-88fb5709f33b",
"ConfigId": "1ce5cced-7e9f-468a-b40c-6b2086cd6a22"
}
]