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-29T19:41:12.8109404+00:00",
"SubmitDate": "2026-07-29T19:41:12.8109404+00:00",
"ReportPeriodStart": "2026-07-29T19:41:12.8109404+00:00",
"ReportPeriodEnd": "2026-07-29T19:41:12.8109404+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c37f6426-d274-423d-9d1f-d9e3c928c6c7",
"Rows": [
{
"ItemId": "cc928de0-3907-4103-a13e-0f746a01da38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cc928de0-3907-4103-a13e-0f746a01da38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c37f6426-d274-423d-9d1f-d9e3c928c6c7",
"Rows": [
{
"ItemId": "cc928de0-3907-4103-a13e-0f746a01da38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cc928de0-3907-4103-a13e-0f746a01da38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3911907a-de07-4be8-847e-426b5d1ec092",
"932f017d-548f-45aa-82e8-f2f44b294b74"
],
"Approvers": [
"3b97fd31-b703-43fa-8d39-a3cf2214cd9f",
"48847cc7-285d-46a1-850c-1edfc507e71d"
],
"ApprovedBy": "df6ed502-af0e-4024-8477-cecc538e06b9",
"ApprovalDate": "2026-07-29T19:41:12.8109404+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "49aac689-9d9a-441a-9dfd-338d2c3ae0b9",
"WorkPlanId": "27488a94-f9bc-4449-9f17-2f9aac196d90",
"id": "adb2722b-c91b-4e29-b058-d466006f992c",
"ConfigId": "a3095cfa-bad2-4cc5-ab41-15f64246146e"
},
{
"GenerationDate": "2026-07-29T19:41:12.8109404+00:00",
"SubmitDate": "2026-07-29T19:41:12.8109404+00:00",
"ReportPeriodStart": "2026-07-29T19:41:12.8109404+00:00",
"ReportPeriodEnd": "2026-07-29T19:41:12.8109404+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c37f6426-d274-423d-9d1f-d9e3c928c6c7",
"Rows": [
{
"ItemId": "cc928de0-3907-4103-a13e-0f746a01da38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cc928de0-3907-4103-a13e-0f746a01da38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c37f6426-d274-423d-9d1f-d9e3c928c6c7",
"Rows": [
{
"ItemId": "cc928de0-3907-4103-a13e-0f746a01da38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cc928de0-3907-4103-a13e-0f746a01da38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3911907a-de07-4be8-847e-426b5d1ec092",
"932f017d-548f-45aa-82e8-f2f44b294b74"
],
"Approvers": [
"3b97fd31-b703-43fa-8d39-a3cf2214cd9f",
"48847cc7-285d-46a1-850c-1edfc507e71d"
],
"ApprovedBy": "df6ed502-af0e-4024-8477-cecc538e06b9",
"ApprovalDate": "2026-07-29T19:41:12.8109404+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "49aac689-9d9a-441a-9dfd-338d2c3ae0b9",
"WorkPlanId": "27488a94-f9bc-4449-9f17-2f9aac196d90",
"id": "adb2722b-c91b-4e29-b058-d466006f992c",
"ConfigId": "a3095cfa-bad2-4cc5-ab41-15f64246146e"
}
]