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-09-08T22:48:47.8656767+00:00",
"SubmitDate": "2026-09-08T22:48:47.8656767+00:00",
"ReportPeriodStart": "2026-09-08T22:48:47.8656767+00:00",
"ReportPeriodEnd": "2026-09-08T22:48:47.8656767+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "611beffb-7130-4923-9065-8904dee4a30c",
"Rows": [
{
"ItemId": "ea4be840-9c13-4717-9bd9-c99822ab96b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea4be840-9c13-4717-9bd9-c99822ab96b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "611beffb-7130-4923-9065-8904dee4a30c",
"Rows": [
{
"ItemId": "ea4be840-9c13-4717-9bd9-c99822ab96b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea4be840-9c13-4717-9bd9-c99822ab96b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17cb503d-2152-4868-8381-e642f7b1fbdc",
"ab951e41-8cb8-4f79-b87a-3befd6749723"
],
"Approvers": [
"be4d3e58-d62f-4904-9954-ada93d589f0d",
"b249d99a-ff4e-4887-8a9b-7408baa4cb9d"
],
"ApprovedBy": "4441806f-fdb9-41c1-acb7-6493b8fd33d6",
"ApprovalDate": "2026-09-08T22:48:47.8656767+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "91e21c68-5a47-400d-9fb1-9661b5da7dda",
"WorkPlanId": "d9f18e59-f064-49ed-94bf-2e29a3548566",
"id": "e20eec73-ea24-4ea4-95dc-8d562883dd3c",
"ConfigId": "c558e8b3-20f0-4057-97aa-f9fdc94225a4"
},
{
"GenerationDate": "2026-09-08T22:48:47.8656767+00:00",
"SubmitDate": "2026-09-08T22:48:47.8656767+00:00",
"ReportPeriodStart": "2026-09-08T22:48:47.8656767+00:00",
"ReportPeriodEnd": "2026-09-08T22:48:47.8656767+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "611beffb-7130-4923-9065-8904dee4a30c",
"Rows": [
{
"ItemId": "ea4be840-9c13-4717-9bd9-c99822ab96b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea4be840-9c13-4717-9bd9-c99822ab96b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "611beffb-7130-4923-9065-8904dee4a30c",
"Rows": [
{
"ItemId": "ea4be840-9c13-4717-9bd9-c99822ab96b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea4be840-9c13-4717-9bd9-c99822ab96b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17cb503d-2152-4868-8381-e642f7b1fbdc",
"ab951e41-8cb8-4f79-b87a-3befd6749723"
],
"Approvers": [
"be4d3e58-d62f-4904-9954-ada93d589f0d",
"b249d99a-ff4e-4887-8a9b-7408baa4cb9d"
],
"ApprovedBy": "4441806f-fdb9-41c1-acb7-6493b8fd33d6",
"ApprovalDate": "2026-09-08T22:48:47.8656767+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "91e21c68-5a47-400d-9fb1-9661b5da7dda",
"WorkPlanId": "d9f18e59-f064-49ed-94bf-2e29a3548566",
"id": "e20eec73-ea24-4ea4-95dc-8d562883dd3c",
"ConfigId": "c558e8b3-20f0-4057-97aa-f9fdc94225a4"
}
]