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-16T02:25:20.4734932+00:00",
"SubmitDate": "2026-04-16T02:25:20.4734932+00:00",
"ReportPeriodStart": "2026-04-16T02:25:20.4734932+00:00",
"ReportPeriodEnd": "2026-04-16T02:25:20.4734932+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8fce689c-15d8-49ce-9b6d-489cb6045f72",
"Rows": [
{
"ItemId": "02ff9252-515c-48af-a0b8-016c0610c5a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "02ff9252-515c-48af-a0b8-016c0610c5a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8fce689c-15d8-49ce-9b6d-489cb6045f72",
"Rows": [
{
"ItemId": "02ff9252-515c-48af-a0b8-016c0610c5a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "02ff9252-515c-48af-a0b8-016c0610c5a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fad56391-6ccd-4a72-b82c-be57dff5fcc3",
"f82dd873-b833-40be-bd3d-29f430b78181"
],
"Approvers": [
"e26a567f-13dd-4968-854c-47be8bdce64a",
"bc09e125-dad1-4ee1-b12a-c8df125bc316"
],
"ApprovedBy": "ee90208f-6307-4579-be14-195dda643056",
"ApprovalDate": "2026-04-16T02:25:20.4734932+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3fa9fda6-f9ef-466b-a9ee-00734079b012",
"id": "5d900192-b6b1-4c7b-95c8-de9aa08b2b57",
"ConfigId": "fd95fc4d-f906-42a0-b03c-0b78d15608cd"
},
{
"GenerationDate": "2026-04-16T02:25:20.4734932+00:00",
"SubmitDate": "2026-04-16T02:25:20.4734932+00:00",
"ReportPeriodStart": "2026-04-16T02:25:20.4734932+00:00",
"ReportPeriodEnd": "2026-04-16T02:25:20.4734932+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8fce689c-15d8-49ce-9b6d-489cb6045f72",
"Rows": [
{
"ItemId": "02ff9252-515c-48af-a0b8-016c0610c5a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "02ff9252-515c-48af-a0b8-016c0610c5a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8fce689c-15d8-49ce-9b6d-489cb6045f72",
"Rows": [
{
"ItemId": "02ff9252-515c-48af-a0b8-016c0610c5a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "02ff9252-515c-48af-a0b8-016c0610c5a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fad56391-6ccd-4a72-b82c-be57dff5fcc3",
"f82dd873-b833-40be-bd3d-29f430b78181"
],
"Approvers": [
"e26a567f-13dd-4968-854c-47be8bdce64a",
"bc09e125-dad1-4ee1-b12a-c8df125bc316"
],
"ApprovedBy": "ee90208f-6307-4579-be14-195dda643056",
"ApprovalDate": "2026-04-16T02:25:20.4734932+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3fa9fda6-f9ef-466b-a9ee-00734079b012",
"id": "5d900192-b6b1-4c7b-95c8-de9aa08b2b57",
"ConfigId": "fd95fc4d-f906-42a0-b03c-0b78d15608cd"
}
]