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-26T15:17:33.9900972+00:00",
"SubmitDate": "2026-08-26T15:17:33.9900972+00:00",
"ReportPeriodStart": "2026-08-26T15:17:33.9900972+00:00",
"ReportPeriodEnd": "2026-08-26T15:17:33.9900972+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6abaed20-bc11-4eb8-ad57-4d9669d8770f",
"Rows": [
{
"ItemId": "034fb574-2bf3-4f4a-8090-5968ff368039",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "034fb574-2bf3-4f4a-8090-5968ff368039",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6abaed20-bc11-4eb8-ad57-4d9669d8770f",
"Rows": [
{
"ItemId": "034fb574-2bf3-4f4a-8090-5968ff368039",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "034fb574-2bf3-4f4a-8090-5968ff368039",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bb088f62-4aa1-42ee-9bbf-9f0dac5a1d18",
"358abea9-d498-42b6-a0c4-7ae94c39938a"
],
"Approvers": [
"c205e505-9b75-4313-af35-eb8b2c4f12e9",
"4df5e9e8-fec7-4cfb-aadd-4ad1c6aadd41"
],
"ApprovedBy": "8eddd9d1-444b-4d08-8d5c-2abc19ed77f0",
"ApprovalDate": "2026-08-26T15:17:33.9900972+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9fe51404-e2b3-40ef-9289-6fa947aaa8e7",
"WorkPlanId": "f357005d-5479-473b-8aa7-ea431c4019ca",
"id": "ea8a8c53-5816-4656-9cd8-b29393d2fb6d",
"ConfigId": "7bf346c6-b832-4dd5-85ca-5240b7920a67"
},
{
"GenerationDate": "2026-08-26T15:17:33.9900972+00:00",
"SubmitDate": "2026-08-26T15:17:33.9900972+00:00",
"ReportPeriodStart": "2026-08-26T15:17:33.9900972+00:00",
"ReportPeriodEnd": "2026-08-26T15:17:33.9900972+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6abaed20-bc11-4eb8-ad57-4d9669d8770f",
"Rows": [
{
"ItemId": "034fb574-2bf3-4f4a-8090-5968ff368039",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "034fb574-2bf3-4f4a-8090-5968ff368039",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6abaed20-bc11-4eb8-ad57-4d9669d8770f",
"Rows": [
{
"ItemId": "034fb574-2bf3-4f4a-8090-5968ff368039",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "034fb574-2bf3-4f4a-8090-5968ff368039",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bb088f62-4aa1-42ee-9bbf-9f0dac5a1d18",
"358abea9-d498-42b6-a0c4-7ae94c39938a"
],
"Approvers": [
"c205e505-9b75-4313-af35-eb8b2c4f12e9",
"4df5e9e8-fec7-4cfb-aadd-4ad1c6aadd41"
],
"ApprovedBy": "8eddd9d1-444b-4d08-8d5c-2abc19ed77f0",
"ApprovalDate": "2026-08-26T15:17:33.9900972+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9fe51404-e2b3-40ef-9289-6fa947aaa8e7",
"WorkPlanId": "f357005d-5479-473b-8aa7-ea431c4019ca",
"id": "ea8a8c53-5816-4656-9cd8-b29393d2fb6d",
"ConfigId": "7bf346c6-b832-4dd5-85ca-5240b7920a67"
}
]