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-25T02:03:53.7589597+00:00",
"SubmitDate": "2026-09-25T02:03:53.7589597+00:00",
"ReportPeriodStart": "2026-09-25T02:03:53.7589597+00:00",
"ReportPeriodEnd": "2026-09-25T02:03:53.7589597+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f427a81e-9275-4124-bca4-04018ad48e6d",
"Rows": [
{
"ItemId": "6457ef33-f175-426b-b40a-86dda1e265f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6457ef33-f175-426b-b40a-86dda1e265f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f427a81e-9275-4124-bca4-04018ad48e6d",
"Rows": [
{
"ItemId": "6457ef33-f175-426b-b40a-86dda1e265f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6457ef33-f175-426b-b40a-86dda1e265f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5cc1a19a-7a76-4017-b6fc-2ac52d10c1f5",
"e57cc4e5-2362-464a-b7c6-059fd259555b"
],
"Approvers": [
"bea43b25-6d03-4a36-9cec-2d74d2352704",
"ed8541fe-c6fc-4716-b963-c6cf566d8df5"
],
"ApprovedBy": "63ddc501-8508-41ce-994c-efaa2f2f8690",
"ApprovalDate": "2026-09-25T02:03:53.7589597+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "65ac4d03-1419-4719-ab70-74b2e9a30a0d",
"WorkPlanId": "01925126-5c00-4d22-a813-68c6316134a1",
"id": "9902f014-8c80-432b-b495-6ecdb677dd53",
"ConfigId": "67002b67-8995-48a4-87a7-5845cd32e09d"
},
{
"GenerationDate": "2026-09-25T02:03:53.7589597+00:00",
"SubmitDate": "2026-09-25T02:03:53.7589597+00:00",
"ReportPeriodStart": "2026-09-25T02:03:53.7589597+00:00",
"ReportPeriodEnd": "2026-09-25T02:03:53.7589597+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f427a81e-9275-4124-bca4-04018ad48e6d",
"Rows": [
{
"ItemId": "6457ef33-f175-426b-b40a-86dda1e265f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6457ef33-f175-426b-b40a-86dda1e265f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f427a81e-9275-4124-bca4-04018ad48e6d",
"Rows": [
{
"ItemId": "6457ef33-f175-426b-b40a-86dda1e265f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6457ef33-f175-426b-b40a-86dda1e265f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5cc1a19a-7a76-4017-b6fc-2ac52d10c1f5",
"e57cc4e5-2362-464a-b7c6-059fd259555b"
],
"Approvers": [
"bea43b25-6d03-4a36-9cec-2d74d2352704",
"ed8541fe-c6fc-4716-b963-c6cf566d8df5"
],
"ApprovedBy": "63ddc501-8508-41ce-994c-efaa2f2f8690",
"ApprovalDate": "2026-09-25T02:03:53.7589597+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "65ac4d03-1419-4719-ab70-74b2e9a30a0d",
"WorkPlanId": "01925126-5c00-4d22-a813-68c6316134a1",
"id": "9902f014-8c80-432b-b495-6ecdb677dd53",
"ConfigId": "67002b67-8995-48a4-87a7-5845cd32e09d"
}
]