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-04-01T03:06:21.3628018+00:00",
"SubmitDate": "2026-04-01T03:06:21.3628018+00:00",
"ReportPeriodStart": "2026-04-01T03:06:21.3628018+00:00",
"ReportPeriodEnd": "2026-04-01T03:06:21.3628018+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "361037c3-ec26-434f-a931-203fc3b45891",
"Rows": [
{
"ItemId": "a8a3f74d-7a0a-4208-a516-80093c357cf4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a8a3f74d-7a0a-4208-a516-80093c357cf4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "361037c3-ec26-434f-a931-203fc3b45891",
"Rows": [
{
"ItemId": "a8a3f74d-7a0a-4208-a516-80093c357cf4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a8a3f74d-7a0a-4208-a516-80093c357cf4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e8583da0-a3b6-4e5b-ae88-d5f8aba94241",
"301ae8c2-757c-4b7e-944c-1652ceaa2d6c"
],
"Approvers": [
"d602698b-3445-4833-b0a0-1a5aed62c666",
"0e5afba0-b2e1-44fb-a061-dc0a1bd72af3"
],
"ApprovedBy": "62571f12-4e5d-4dc0-906c-62d288e4df3f",
"ApprovalDate": "2026-04-01T03:06:21.3628018+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2b2aa251-5da6-45c6-8631-7a178aa3ec09",
"id": "f5541e17-315c-4121-a500-4b240bc15a50",
"ConfigId": "435f3eef-143e-4e29-ae0c-9942b6692fea"
},
{
"GenerationDate": "2026-04-01T03:06:21.3628018+00:00",
"SubmitDate": "2026-04-01T03:06:21.3628018+00:00",
"ReportPeriodStart": "2026-04-01T03:06:21.3628018+00:00",
"ReportPeriodEnd": "2026-04-01T03:06:21.3628018+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "361037c3-ec26-434f-a931-203fc3b45891",
"Rows": [
{
"ItemId": "a8a3f74d-7a0a-4208-a516-80093c357cf4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a8a3f74d-7a0a-4208-a516-80093c357cf4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "361037c3-ec26-434f-a931-203fc3b45891",
"Rows": [
{
"ItemId": "a8a3f74d-7a0a-4208-a516-80093c357cf4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a8a3f74d-7a0a-4208-a516-80093c357cf4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e8583da0-a3b6-4e5b-ae88-d5f8aba94241",
"301ae8c2-757c-4b7e-944c-1652ceaa2d6c"
],
"Approvers": [
"d602698b-3445-4833-b0a0-1a5aed62c666",
"0e5afba0-b2e1-44fb-a061-dc0a1bd72af3"
],
"ApprovedBy": "62571f12-4e5d-4dc0-906c-62d288e4df3f",
"ApprovalDate": "2026-04-01T03:06:21.3628018+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2b2aa251-5da6-45c6-8631-7a178aa3ec09",
"id": "f5541e17-315c-4121-a500-4b240bc15a50",
"ConfigId": "435f3eef-143e-4e29-ae0c-9942b6692fea"
}
]