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-06-13T09:50:03.0835683+00:00",
"SubmitDate": "2026-06-13T09:50:03.0835683+00:00",
"ReportPeriodStart": "2026-06-13T09:50:03.0835683+00:00",
"ReportPeriodEnd": "2026-06-13T09:50:03.0835683+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bc25c8c5-063e-45dd-a437-7a36cfa60862",
"Rows": [
{
"ItemId": "53e2af59-7164-4c97-a15f-4e96d4f6ceb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53e2af59-7164-4c97-a15f-4e96d4f6ceb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bc25c8c5-063e-45dd-a437-7a36cfa60862",
"Rows": [
{
"ItemId": "53e2af59-7164-4c97-a15f-4e96d4f6ceb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53e2af59-7164-4c97-a15f-4e96d4f6ceb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0a9b3cfd-f81b-413b-a519-1cfb3756aaac",
"0bc57372-043a-4915-87f6-221c55b86437"
],
"Approvers": [
"00bf08ff-cb5e-47b7-acfa-c1af7028167b",
"8ff31d4e-dde1-4a45-9473-14d3ab021264"
],
"ApprovedBy": "b1c9311f-58f6-4d25-b94f-2c4db75e3795",
"ApprovalDate": "2026-06-13T09:50:03.0835683+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f167a071-3383-453b-9c06-ed7eb2cc0184",
"id": "d87c0ad9-9198-497f-8ee7-2ed00db2a22c",
"ConfigId": "3e7efcf8-1f25-4898-baab-6b4791401afe"
},
{
"GenerationDate": "2026-06-13T09:50:03.0835683+00:00",
"SubmitDate": "2026-06-13T09:50:03.0835683+00:00",
"ReportPeriodStart": "2026-06-13T09:50:03.0835683+00:00",
"ReportPeriodEnd": "2026-06-13T09:50:03.0835683+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bc25c8c5-063e-45dd-a437-7a36cfa60862",
"Rows": [
{
"ItemId": "53e2af59-7164-4c97-a15f-4e96d4f6ceb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53e2af59-7164-4c97-a15f-4e96d4f6ceb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bc25c8c5-063e-45dd-a437-7a36cfa60862",
"Rows": [
{
"ItemId": "53e2af59-7164-4c97-a15f-4e96d4f6ceb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53e2af59-7164-4c97-a15f-4e96d4f6ceb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0a9b3cfd-f81b-413b-a519-1cfb3756aaac",
"0bc57372-043a-4915-87f6-221c55b86437"
],
"Approvers": [
"00bf08ff-cb5e-47b7-acfa-c1af7028167b",
"8ff31d4e-dde1-4a45-9473-14d3ab021264"
],
"ApprovedBy": "b1c9311f-58f6-4d25-b94f-2c4db75e3795",
"ApprovalDate": "2026-06-13T09:50:03.0835683+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f167a071-3383-453b-9c06-ed7eb2cc0184",
"id": "d87c0ad9-9198-497f-8ee7-2ed00db2a22c",
"ConfigId": "3e7efcf8-1f25-4898-baab-6b4791401afe"
}
]