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-19T18:59:07.6769993+00:00",
"SubmitDate": "2026-08-19T18:59:07.6769993+00:00",
"ReportPeriodStart": "2026-08-19T18:59:07.6769993+00:00",
"ReportPeriodEnd": "2026-08-19T18:59:07.6769993+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3812de52-0845-4b2e-a519-d34280926399",
"Rows": [
{
"ItemId": "d43c18fa-7250-4b48-afe5-3e52a05fac99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d43c18fa-7250-4b48-afe5-3e52a05fac99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3812de52-0845-4b2e-a519-d34280926399",
"Rows": [
{
"ItemId": "d43c18fa-7250-4b48-afe5-3e52a05fac99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d43c18fa-7250-4b48-afe5-3e52a05fac99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"701eec35-9a92-4745-bd56-ac7a8c81bc7f",
"481d2f4c-041a-45cc-8935-9f7d16f6f51c"
],
"Approvers": [
"dffd4f27-b7c1-4d48-ac7e-6c39fc8c0da3",
"f268bee4-fc16-4f2d-bc0d-6403c214bfd9"
],
"ApprovedBy": "01e21bde-bd4c-4ed6-881f-9ce9a66d3dbf",
"ApprovalDate": "2026-08-19T18:59:07.6769993+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f2784b0b-8e83-4b73-90df-b782fc97614e",
"WorkPlanId": "16af85b0-66ce-4039-a352-71ded12577c0",
"id": "27dc828a-3b2b-486a-99ca-696d69913e3a",
"ConfigId": "724333ae-8d22-4501-8653-549482230959"
},
{
"GenerationDate": "2026-08-19T18:59:07.6769993+00:00",
"SubmitDate": "2026-08-19T18:59:07.6769993+00:00",
"ReportPeriodStart": "2026-08-19T18:59:07.6769993+00:00",
"ReportPeriodEnd": "2026-08-19T18:59:07.6769993+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3812de52-0845-4b2e-a519-d34280926399",
"Rows": [
{
"ItemId": "d43c18fa-7250-4b48-afe5-3e52a05fac99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d43c18fa-7250-4b48-afe5-3e52a05fac99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3812de52-0845-4b2e-a519-d34280926399",
"Rows": [
{
"ItemId": "d43c18fa-7250-4b48-afe5-3e52a05fac99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d43c18fa-7250-4b48-afe5-3e52a05fac99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"701eec35-9a92-4745-bd56-ac7a8c81bc7f",
"481d2f4c-041a-45cc-8935-9f7d16f6f51c"
],
"Approvers": [
"dffd4f27-b7c1-4d48-ac7e-6c39fc8c0da3",
"f268bee4-fc16-4f2d-bc0d-6403c214bfd9"
],
"ApprovedBy": "01e21bde-bd4c-4ed6-881f-9ce9a66d3dbf",
"ApprovalDate": "2026-08-19T18:59:07.6769993+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f2784b0b-8e83-4b73-90df-b782fc97614e",
"WorkPlanId": "16af85b0-66ce-4039-a352-71ded12577c0",
"id": "27dc828a-3b2b-486a-99ca-696d69913e3a",
"ConfigId": "724333ae-8d22-4501-8653-549482230959"
}
]