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-02T11:16:38.6817142+00:00",
"SubmitDate": "2026-09-02T11:16:38.6817142+00:00",
"ReportPeriodStart": "2026-09-02T11:16:38.6817142+00:00",
"ReportPeriodEnd": "2026-09-02T11:16:38.6817142+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "893a9527-75ef-4c66-b627-efe82dc83697",
"Rows": [
{
"ItemId": "309b740a-37b0-4b35-9d9c-6dad48bf757f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "309b740a-37b0-4b35-9d9c-6dad48bf757f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "893a9527-75ef-4c66-b627-efe82dc83697",
"Rows": [
{
"ItemId": "309b740a-37b0-4b35-9d9c-6dad48bf757f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "309b740a-37b0-4b35-9d9c-6dad48bf757f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fb0dd46b-71e7-4f8e-963e-fc37ee1d917e",
"71274e41-826a-4037-af53-ec47658397b6"
],
"Approvers": [
"986022d9-2853-4627-a3ba-bd5dbf41041f",
"3088f442-63c2-4f1f-945e-5a228535d217"
],
"ApprovedBy": "14cae2c9-0111-433c-9d77-5461ad42a807",
"ApprovalDate": "2026-09-02T11:16:38.6817142+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0b617c2c-e71f-462c-947a-61dfb9606aa3",
"WorkPlanId": "0ce0e26a-c4b5-403c-9e84-c73f8be4406a",
"id": "3d8f386f-9b20-4ecc-9fc5-8c0c38fc647c",
"ConfigId": "3a325b4c-6710-47fe-b604-0a32e43016fa"
},
{
"GenerationDate": "2026-09-02T11:16:38.6817142+00:00",
"SubmitDate": "2026-09-02T11:16:38.6817142+00:00",
"ReportPeriodStart": "2026-09-02T11:16:38.6817142+00:00",
"ReportPeriodEnd": "2026-09-02T11:16:38.6817142+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "893a9527-75ef-4c66-b627-efe82dc83697",
"Rows": [
{
"ItemId": "309b740a-37b0-4b35-9d9c-6dad48bf757f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "309b740a-37b0-4b35-9d9c-6dad48bf757f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "893a9527-75ef-4c66-b627-efe82dc83697",
"Rows": [
{
"ItemId": "309b740a-37b0-4b35-9d9c-6dad48bf757f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "309b740a-37b0-4b35-9d9c-6dad48bf757f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fb0dd46b-71e7-4f8e-963e-fc37ee1d917e",
"71274e41-826a-4037-af53-ec47658397b6"
],
"Approvers": [
"986022d9-2853-4627-a3ba-bd5dbf41041f",
"3088f442-63c2-4f1f-945e-5a228535d217"
],
"ApprovedBy": "14cae2c9-0111-433c-9d77-5461ad42a807",
"ApprovalDate": "2026-09-02T11:16:38.6817142+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0b617c2c-e71f-462c-947a-61dfb9606aa3",
"WorkPlanId": "0ce0e26a-c4b5-403c-9e84-c73f8be4406a",
"id": "3d8f386f-9b20-4ecc-9fc5-8c0c38fc647c",
"ConfigId": "3a325b4c-6710-47fe-b604-0a32e43016fa"
}
]