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-05-07T07:09:08.5287276+00:00",
"SubmitDate": "2026-05-07T07:09:08.5287276+00:00",
"ReportPeriodStart": "2026-05-07T07:09:08.5287276+00:00",
"ReportPeriodEnd": "2026-05-07T07:09:08.5287276+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0a8ad800-f756-4419-a89f-282d06e64667",
"Rows": [
{
"ItemId": "1eee616d-22ac-403c-aa9d-ed189bd58225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1eee616d-22ac-403c-aa9d-ed189bd58225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0a8ad800-f756-4419-a89f-282d06e64667",
"Rows": [
{
"ItemId": "1eee616d-22ac-403c-aa9d-ed189bd58225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1eee616d-22ac-403c-aa9d-ed189bd58225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"83a8784f-bc91-4e44-85d5-760c8014f5e8",
"0769c501-69c9-4a87-b943-b149deb7c92f"
],
"Approvers": [
"695facd0-f1c8-454c-8f39-a40c9d82ee7f",
"d01a4c04-5d5c-4360-803b-9673505fcdac"
],
"ApprovedBy": "fb706bf8-582f-421a-9346-7808023e77a3",
"ApprovalDate": "2026-05-07T07:09:08.5287276+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ce881a94-b9d4-46f2-8cfd-471b8dea0feb",
"id": "6a5886ad-7a4f-497f-94c9-947cf1001707",
"ConfigId": "b442e506-54a3-46b9-a31a-7e2866268abd"
},
{
"GenerationDate": "2026-05-07T07:09:08.5287276+00:00",
"SubmitDate": "2026-05-07T07:09:08.5287276+00:00",
"ReportPeriodStart": "2026-05-07T07:09:08.5287276+00:00",
"ReportPeriodEnd": "2026-05-07T07:09:08.5287276+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0a8ad800-f756-4419-a89f-282d06e64667",
"Rows": [
{
"ItemId": "1eee616d-22ac-403c-aa9d-ed189bd58225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1eee616d-22ac-403c-aa9d-ed189bd58225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0a8ad800-f756-4419-a89f-282d06e64667",
"Rows": [
{
"ItemId": "1eee616d-22ac-403c-aa9d-ed189bd58225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1eee616d-22ac-403c-aa9d-ed189bd58225",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"83a8784f-bc91-4e44-85d5-760c8014f5e8",
"0769c501-69c9-4a87-b943-b149deb7c92f"
],
"Approvers": [
"695facd0-f1c8-454c-8f39-a40c9d82ee7f",
"d01a4c04-5d5c-4360-803b-9673505fcdac"
],
"ApprovedBy": "fb706bf8-582f-421a-9346-7808023e77a3",
"ApprovalDate": "2026-05-07T07:09:08.5287276+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ce881a94-b9d4-46f2-8cfd-471b8dea0feb",
"id": "6a5886ad-7a4f-497f-94c9-947cf1001707",
"ConfigId": "b442e506-54a3-46b9-a31a-7e2866268abd"
}
]