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-07T13:42:52.2718308+00:00",
"SubmitDate": "2026-05-07T13:42:52.2718308+00:00",
"ReportPeriodStart": "2026-05-07T13:42:52.2718308+00:00",
"ReportPeriodEnd": "2026-05-07T13:42:52.2718308+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bd773d82-5cdc-4b2c-a6ef-f9c5639112c4",
"Rows": [
{
"ItemId": "3cfa74f1-a646-4edd-89d1-b0eddd7a2b0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cfa74f1-a646-4edd-89d1-b0eddd7a2b0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bd773d82-5cdc-4b2c-a6ef-f9c5639112c4",
"Rows": [
{
"ItemId": "3cfa74f1-a646-4edd-89d1-b0eddd7a2b0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cfa74f1-a646-4edd-89d1-b0eddd7a2b0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"69f9cc49-d73e-4170-ad2d-951a8a0ea6df",
"77afb4fb-0883-4454-a7bc-4795a198f7b0"
],
"Approvers": [
"7e83e837-a1c5-4bfd-b83b-699341af731d",
"d6ac4b77-0947-49e7-a020-20012fe068c2"
],
"ApprovedBy": "f4696fdb-eef0-4905-b8a0-a7b7d7312d0e",
"ApprovalDate": "2026-05-07T13:42:52.2718308+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5ffa5a08-7e56-4d07-b146-f01135dcfc78",
"id": "0abf8bcc-683f-4f77-8bf7-af97ee76073d",
"ConfigId": "518cee2b-8f41-46c1-915c-37d37cc7363b"
},
{
"GenerationDate": "2026-05-07T13:42:52.2718308+00:00",
"SubmitDate": "2026-05-07T13:42:52.2718308+00:00",
"ReportPeriodStart": "2026-05-07T13:42:52.2718308+00:00",
"ReportPeriodEnd": "2026-05-07T13:42:52.2718308+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bd773d82-5cdc-4b2c-a6ef-f9c5639112c4",
"Rows": [
{
"ItemId": "3cfa74f1-a646-4edd-89d1-b0eddd7a2b0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cfa74f1-a646-4edd-89d1-b0eddd7a2b0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bd773d82-5cdc-4b2c-a6ef-f9c5639112c4",
"Rows": [
{
"ItemId": "3cfa74f1-a646-4edd-89d1-b0eddd7a2b0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cfa74f1-a646-4edd-89d1-b0eddd7a2b0b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"69f9cc49-d73e-4170-ad2d-951a8a0ea6df",
"77afb4fb-0883-4454-a7bc-4795a198f7b0"
],
"Approvers": [
"7e83e837-a1c5-4bfd-b83b-699341af731d",
"d6ac4b77-0947-49e7-a020-20012fe068c2"
],
"ApprovedBy": "f4696fdb-eef0-4905-b8a0-a7b7d7312d0e",
"ApprovalDate": "2026-05-07T13:42:52.2718308+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5ffa5a08-7e56-4d07-b146-f01135dcfc78",
"id": "0abf8bcc-683f-4f77-8bf7-af97ee76073d",
"ConfigId": "518cee2b-8f41-46c1-915c-37d37cc7363b"
}
]