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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-19T22:43:04.9804771+00:00",
"SubmitDate": "2026-02-19T22:43:04.9804771+00:00",
"ReportPeriodStart": "2026-02-19T22:43:04.9804771+00:00",
"ReportPeriodEnd": "2026-02-19T22:43:04.9804771+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c306298d-c76d-412b-ad4d-190411ade0fc",
"Rows": [
{
"ItemId": "e2962ffe-b084-4076-808b-31613058bc23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e2962ffe-b084-4076-808b-31613058bc23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c306298d-c76d-412b-ad4d-190411ade0fc",
"Rows": [
{
"ItemId": "e2962ffe-b084-4076-808b-31613058bc23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e2962ffe-b084-4076-808b-31613058bc23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"82757e37-f2c2-4f1f-ab6c-94cc6e649743",
"18be3c61-4b5d-4048-ac2b-04609e3f434d"
],
"Approvers": [
"047aac80-249c-4a2f-9440-abc82e375612",
"b4224a4d-a8af-4820-a172-57486a488a59"
],
"ApprovedBy": "633a26bf-10e2-4f58-8c52-af2d3dc65a8f",
"ApprovalDate": "2026-02-19T22:43:04.996101+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f6f7556a-1d01-413e-9b9d-acb967ba1b8e",
"id": "42a87d43-e545-42f3-88fd-6fa13044e88c",
"ConfigId": "93aafd01-f570-4038-8353-76a1652ad0bf"
},
{
"GenerationDate": "2026-02-19T22:43:04.9804771+00:00",
"SubmitDate": "2026-02-19T22:43:04.9804771+00:00",
"ReportPeriodStart": "2026-02-19T22:43:04.9804771+00:00",
"ReportPeriodEnd": "2026-02-19T22:43:04.9804771+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c306298d-c76d-412b-ad4d-190411ade0fc",
"Rows": [
{
"ItemId": "e2962ffe-b084-4076-808b-31613058bc23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e2962ffe-b084-4076-808b-31613058bc23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c306298d-c76d-412b-ad4d-190411ade0fc",
"Rows": [
{
"ItemId": "e2962ffe-b084-4076-808b-31613058bc23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e2962ffe-b084-4076-808b-31613058bc23",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"82757e37-f2c2-4f1f-ab6c-94cc6e649743",
"18be3c61-4b5d-4048-ac2b-04609e3f434d"
],
"Approvers": [
"047aac80-249c-4a2f-9440-abc82e375612",
"b4224a4d-a8af-4820-a172-57486a488a59"
],
"ApprovedBy": "633a26bf-10e2-4f58-8c52-af2d3dc65a8f",
"ApprovalDate": "2026-02-19T22:43:04.996101+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f6f7556a-1d01-413e-9b9d-acb967ba1b8e",
"id": "42a87d43-e545-42f3-88fd-6fa13044e88c",
"ConfigId": "93aafd01-f570-4038-8353-76a1652ad0bf"
}
]