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-14T05:15:12.4140958+00:00",
"SubmitDate": "2026-06-14T05:15:12.4140958+00:00",
"ReportPeriodStart": "2026-06-14T05:15:12.4140958+00:00",
"ReportPeriodEnd": "2026-06-14T05:15:12.4140958+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "96a1b8c4-f28e-40bc-b30d-a4b193a4451b",
"Rows": [
{
"ItemId": "f72de140-d907-42dc-9a0d-c82f781e3fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f72de140-d907-42dc-9a0d-c82f781e3fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "96a1b8c4-f28e-40bc-b30d-a4b193a4451b",
"Rows": [
{
"ItemId": "f72de140-d907-42dc-9a0d-c82f781e3fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f72de140-d907-42dc-9a0d-c82f781e3fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1bb69d67-3134-4949-ab77-405f138fc1ae",
"3e29e2d8-0ed8-4cd7-a355-bd0ddd8b0b88"
],
"Approvers": [
"91debedb-b357-4c23-bed1-937955760fd0",
"4adbd68a-8482-4dc8-9079-98193d82331c"
],
"ApprovedBy": "3424bf48-e545-4b5d-a70b-1272d8361b16",
"ApprovalDate": "2026-06-14T05:15:12.4140958+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "51f4b67c-9f86-4cb6-94be-be1c15b28382",
"id": "5d3bc210-9e3b-4bbd-9a99-5bb73f060d86",
"ConfigId": "8e57bdb8-b7a2-4231-b0f5-2b3277f5100f"
},
{
"GenerationDate": "2026-06-14T05:15:12.4140958+00:00",
"SubmitDate": "2026-06-14T05:15:12.4140958+00:00",
"ReportPeriodStart": "2026-06-14T05:15:12.4140958+00:00",
"ReportPeriodEnd": "2026-06-14T05:15:12.4140958+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "96a1b8c4-f28e-40bc-b30d-a4b193a4451b",
"Rows": [
{
"ItemId": "f72de140-d907-42dc-9a0d-c82f781e3fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f72de140-d907-42dc-9a0d-c82f781e3fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "96a1b8c4-f28e-40bc-b30d-a4b193a4451b",
"Rows": [
{
"ItemId": "f72de140-d907-42dc-9a0d-c82f781e3fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f72de140-d907-42dc-9a0d-c82f781e3fdc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1bb69d67-3134-4949-ab77-405f138fc1ae",
"3e29e2d8-0ed8-4cd7-a355-bd0ddd8b0b88"
],
"Approvers": [
"91debedb-b357-4c23-bed1-937955760fd0",
"4adbd68a-8482-4dc8-9079-98193d82331c"
],
"ApprovedBy": "3424bf48-e545-4b5d-a70b-1272d8361b16",
"ApprovalDate": "2026-06-14T05:15:12.4140958+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "51f4b67c-9f86-4cb6-94be-be1c15b28382",
"id": "5d3bc210-9e3b-4bbd-9a99-5bb73f060d86",
"ConfigId": "8e57bdb8-b7a2-4231-b0f5-2b3277f5100f"
}
]