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-11T03:49:54.5798653+00:00",
"SubmitDate": "2026-09-11T03:49:54.5798653+00:00",
"ReportPeriodStart": "2026-09-11T03:49:54.5798653+00:00",
"ReportPeriodEnd": "2026-09-11T03:49:54.5798653+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a66bf2ed-c80c-4610-938a-6c5cc0d0358e",
"Rows": [
{
"ItemId": "a11aaccc-0ab3-44ed-9573-870800a2ffda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a11aaccc-0ab3-44ed-9573-870800a2ffda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a66bf2ed-c80c-4610-938a-6c5cc0d0358e",
"Rows": [
{
"ItemId": "a11aaccc-0ab3-44ed-9573-870800a2ffda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a11aaccc-0ab3-44ed-9573-870800a2ffda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2fe02f51-5599-447f-a61c-f73c963c0c18",
"630ed724-335d-4fb8-9949-f79031464b4b"
],
"Approvers": [
"9d6674be-b64d-4821-9fb6-8c2137614fe9",
"032f6c75-eab1-4178-9798-7fa40f5d1a60"
],
"ApprovedBy": "338dd9b0-d5d9-47f9-9a7b-02ac244c90f4",
"ApprovalDate": "2026-09-11T03:49:54.5798653+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "89758b79-6652-4058-84ec-bc80cdae8cf2",
"WorkPlanId": "e9526299-0837-4e66-b4e9-e47a017b074d",
"id": "489a112d-1711-4483-bd4a-e99a29de5ed3",
"ConfigId": "ae8ec215-ed0c-4c7e-8516-e33ca48958be"
},
{
"GenerationDate": "2026-09-11T03:49:54.5798653+00:00",
"SubmitDate": "2026-09-11T03:49:54.5798653+00:00",
"ReportPeriodStart": "2026-09-11T03:49:54.5798653+00:00",
"ReportPeriodEnd": "2026-09-11T03:49:54.5798653+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a66bf2ed-c80c-4610-938a-6c5cc0d0358e",
"Rows": [
{
"ItemId": "a11aaccc-0ab3-44ed-9573-870800a2ffda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a11aaccc-0ab3-44ed-9573-870800a2ffda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a66bf2ed-c80c-4610-938a-6c5cc0d0358e",
"Rows": [
{
"ItemId": "a11aaccc-0ab3-44ed-9573-870800a2ffda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a11aaccc-0ab3-44ed-9573-870800a2ffda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2fe02f51-5599-447f-a61c-f73c963c0c18",
"630ed724-335d-4fb8-9949-f79031464b4b"
],
"Approvers": [
"9d6674be-b64d-4821-9fb6-8c2137614fe9",
"032f6c75-eab1-4178-9798-7fa40f5d1a60"
],
"ApprovedBy": "338dd9b0-d5d9-47f9-9a7b-02ac244c90f4",
"ApprovalDate": "2026-09-11T03:49:54.5798653+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "89758b79-6652-4058-84ec-bc80cdae8cf2",
"WorkPlanId": "e9526299-0837-4e66-b4e9-e47a017b074d",
"id": "489a112d-1711-4483-bd4a-e99a29de5ed3",
"ConfigId": "ae8ec215-ed0c-4c7e-8516-e33ca48958be"
}
]