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-26T16:46:33.8804501+00:00",
"SubmitDate": "2026-06-26T16:46:33.8804501+00:00",
"ReportPeriodStart": "2026-06-26T16:46:33.8804501+00:00",
"ReportPeriodEnd": "2026-06-26T16:46:33.8804501+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a5c69141-cfa9-40c8-ad9a-dcb467485728",
"Rows": [
{
"ItemId": "e848e68c-fcca-40c4-ae09-e9d1fed85e7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e848e68c-fcca-40c4-ae09-e9d1fed85e7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a5c69141-cfa9-40c8-ad9a-dcb467485728",
"Rows": [
{
"ItemId": "e848e68c-fcca-40c4-ae09-e9d1fed85e7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e848e68c-fcca-40c4-ae09-e9d1fed85e7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"93f50995-d8ab-47df-9acd-e0a0b90d627c",
"047e77cb-8249-4a70-8fcd-e774e8bbfb1b"
],
"Approvers": [
"98119320-2e5e-4feb-83f9-27ed2be3f4a2",
"2e70a7d5-9baa-4d72-bd5e-c2d342f45872"
],
"ApprovedBy": "55efa19c-6ca3-47d8-9dd9-747f8d4ee48c",
"ApprovalDate": "2026-06-26T16:46:33.8804501+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4efb8799-d4bd-436f-8f22-7840c550a457",
"id": "4e766f49-332d-4bd9-85f8-bc7f87470ae4",
"ConfigId": "a508ecae-90af-48e6-a8ef-1dbe667a84cd"
},
{
"GenerationDate": "2026-06-26T16:46:33.8804501+00:00",
"SubmitDate": "2026-06-26T16:46:33.8804501+00:00",
"ReportPeriodStart": "2026-06-26T16:46:33.8804501+00:00",
"ReportPeriodEnd": "2026-06-26T16:46:33.8804501+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a5c69141-cfa9-40c8-ad9a-dcb467485728",
"Rows": [
{
"ItemId": "e848e68c-fcca-40c4-ae09-e9d1fed85e7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e848e68c-fcca-40c4-ae09-e9d1fed85e7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a5c69141-cfa9-40c8-ad9a-dcb467485728",
"Rows": [
{
"ItemId": "e848e68c-fcca-40c4-ae09-e9d1fed85e7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e848e68c-fcca-40c4-ae09-e9d1fed85e7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"93f50995-d8ab-47df-9acd-e0a0b90d627c",
"047e77cb-8249-4a70-8fcd-e774e8bbfb1b"
],
"Approvers": [
"98119320-2e5e-4feb-83f9-27ed2be3f4a2",
"2e70a7d5-9baa-4d72-bd5e-c2d342f45872"
],
"ApprovedBy": "55efa19c-6ca3-47d8-9dd9-747f8d4ee48c",
"ApprovalDate": "2026-06-26T16:46:33.8804501+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4efb8799-d4bd-436f-8f22-7840c550a457",
"id": "4e766f49-332d-4bd9-85f8-bc7f87470ae4",
"ConfigId": "a508ecae-90af-48e6-a8ef-1dbe667a84cd"
}
]