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-18T10:55:27.9877644+00:00",
"SubmitDate": "2026-09-18T10:55:27.9877644+00:00",
"ReportPeriodStart": "2026-09-18T10:55:27.9877644+00:00",
"ReportPeriodEnd": "2026-09-18T10:55:27.9877644+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "465f352b-449b-4689-9727-354c60639fdb",
"Rows": [
{
"ItemId": "4a46d302-4a72-4f80-b16b-2d6c23ccefd7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4a46d302-4a72-4f80-b16b-2d6c23ccefd7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "465f352b-449b-4689-9727-354c60639fdb",
"Rows": [
{
"ItemId": "4a46d302-4a72-4f80-b16b-2d6c23ccefd7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4a46d302-4a72-4f80-b16b-2d6c23ccefd7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"121fb18b-9412-436a-a2fd-409f2e8a09a2",
"7ac274ce-c91f-4c42-baf1-dd455948d11d"
],
"Approvers": [
"79e3be5b-6e69-4601-8d1c-61314c742047",
"3cf26897-31ea-4900-bd84-bbd3288e9457"
],
"ApprovedBy": "f937b293-c230-4132-b93d-a2adbe2409cd",
"ApprovalDate": "2026-09-18T10:55:27.9877644+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "730d5c01-0268-49cb-83d3-a5b27793af8b",
"WorkPlanId": "62534d4c-3ebc-47e0-9cb0-ce766d406201",
"id": "aa3a4891-d264-4423-a3a4-038413245a66",
"ConfigId": "d67a2b09-76f2-40b4-878d-4fd17cd9cf4c"
},
{
"GenerationDate": "2026-09-18T10:55:27.9877644+00:00",
"SubmitDate": "2026-09-18T10:55:27.9877644+00:00",
"ReportPeriodStart": "2026-09-18T10:55:27.9877644+00:00",
"ReportPeriodEnd": "2026-09-18T10:55:27.9877644+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "465f352b-449b-4689-9727-354c60639fdb",
"Rows": [
{
"ItemId": "4a46d302-4a72-4f80-b16b-2d6c23ccefd7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4a46d302-4a72-4f80-b16b-2d6c23ccefd7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "465f352b-449b-4689-9727-354c60639fdb",
"Rows": [
{
"ItemId": "4a46d302-4a72-4f80-b16b-2d6c23ccefd7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4a46d302-4a72-4f80-b16b-2d6c23ccefd7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"121fb18b-9412-436a-a2fd-409f2e8a09a2",
"7ac274ce-c91f-4c42-baf1-dd455948d11d"
],
"Approvers": [
"79e3be5b-6e69-4601-8d1c-61314c742047",
"3cf26897-31ea-4900-bd84-bbd3288e9457"
],
"ApprovedBy": "f937b293-c230-4132-b93d-a2adbe2409cd",
"ApprovalDate": "2026-09-18T10:55:27.9877644+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "730d5c01-0268-49cb-83d3-a5b27793af8b",
"WorkPlanId": "62534d4c-3ebc-47e0-9cb0-ce766d406201",
"id": "aa3a4891-d264-4423-a3a4-038413245a66",
"ConfigId": "d67a2b09-76f2-40b4-878d-4fd17cd9cf4c"
}
]