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-23T21:42:36.7427626+00:00",
"SubmitDate": "2026-08-23T21:42:36.7427626+00:00",
"ReportPeriodStart": "2026-08-23T21:42:36.7427626+00:00",
"ReportPeriodEnd": "2026-08-23T21:42:36.7427626+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fc5a7690-86ce-4ee0-a15e-6ec752ac8939",
"Rows": [
{
"ItemId": "fd19ee19-3606-4810-9e41-91c682bd4931",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd19ee19-3606-4810-9e41-91c682bd4931",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fc5a7690-86ce-4ee0-a15e-6ec752ac8939",
"Rows": [
{
"ItemId": "fd19ee19-3606-4810-9e41-91c682bd4931",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd19ee19-3606-4810-9e41-91c682bd4931",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d3cc1fd6-77fa-4d95-bfc6-82f2183f66cf",
"b8c69ba7-efd4-4eb8-8a9d-5b7cbaa26cbf"
],
"Approvers": [
"d13dc8db-23af-41ec-b3d4-6f2c892af04c",
"7db66c99-0b1d-45cf-b77a-6979e2303cac"
],
"ApprovedBy": "4a0d4957-e72f-4ba2-9142-6fea174c29e0",
"ApprovalDate": "2026-08-23T21:42:36.7427626+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4ec73c6d-d608-4224-8022-35c34dc8f49c",
"WorkPlanId": "74990c69-03cb-4a7c-b61e-b98662c9fd77",
"id": "d851a545-e51f-4f33-b30f-04367bd9c2ca",
"ConfigId": "ad93796d-0ffa-473a-b236-149bf88c7ba9"
},
{
"GenerationDate": "2026-08-23T21:42:36.7427626+00:00",
"SubmitDate": "2026-08-23T21:42:36.7427626+00:00",
"ReportPeriodStart": "2026-08-23T21:42:36.7427626+00:00",
"ReportPeriodEnd": "2026-08-23T21:42:36.7427626+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fc5a7690-86ce-4ee0-a15e-6ec752ac8939",
"Rows": [
{
"ItemId": "fd19ee19-3606-4810-9e41-91c682bd4931",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd19ee19-3606-4810-9e41-91c682bd4931",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fc5a7690-86ce-4ee0-a15e-6ec752ac8939",
"Rows": [
{
"ItemId": "fd19ee19-3606-4810-9e41-91c682bd4931",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fd19ee19-3606-4810-9e41-91c682bd4931",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d3cc1fd6-77fa-4d95-bfc6-82f2183f66cf",
"b8c69ba7-efd4-4eb8-8a9d-5b7cbaa26cbf"
],
"Approvers": [
"d13dc8db-23af-41ec-b3d4-6f2c892af04c",
"7db66c99-0b1d-45cf-b77a-6979e2303cac"
],
"ApprovedBy": "4a0d4957-e72f-4ba2-9142-6fea174c29e0",
"ApprovalDate": "2026-08-23T21:42:36.7427626+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4ec73c6d-d608-4224-8022-35c34dc8f49c",
"WorkPlanId": "74990c69-03cb-4a7c-b61e-b98662c9fd77",
"id": "d851a545-e51f-4f33-b30f-04367bd9c2ca",
"ConfigId": "ad93796d-0ffa-473a-b236-149bf88c7ba9"
}
]