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-02T22:50:10.1837658+00:00",
"SubmitDate": "2026-06-02T22:50:10.1837658+00:00",
"ReportPeriodStart": "2026-06-02T22:50:10.1837658+00:00",
"ReportPeriodEnd": "2026-06-02T22:50:10.1837658+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3fdd9094-e1c0-4807-8265-52fef0d05590",
"Rows": [
{
"ItemId": "c5b40cf7-1dd0-44a8-9297-0dba77eae401",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5b40cf7-1dd0-44a8-9297-0dba77eae401",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3fdd9094-e1c0-4807-8265-52fef0d05590",
"Rows": [
{
"ItemId": "c5b40cf7-1dd0-44a8-9297-0dba77eae401",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5b40cf7-1dd0-44a8-9297-0dba77eae401",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"269fb2c5-5c93-40eb-855d-d7a3fc95b69d",
"a491cc54-1207-4f2a-9790-7d35f9f8a477"
],
"Approvers": [
"150c442b-b0ff-4fcc-8980-107168ac6d63",
"3b661081-d503-4cf8-b54f-04d60202b751"
],
"ApprovedBy": "905671f2-00da-4408-8f78-848f6d2bdff2",
"ApprovalDate": "2026-06-02T22:50:10.1837658+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b279b981-bf69-4240-8503-b753dfef7ba4",
"id": "17a6060b-f350-4d38-a010-738ffa66b25a",
"ConfigId": "c61da543-17fc-478d-bba0-b3e21efc7a65"
},
{
"GenerationDate": "2026-06-02T22:50:10.1837658+00:00",
"SubmitDate": "2026-06-02T22:50:10.1837658+00:00",
"ReportPeriodStart": "2026-06-02T22:50:10.1837658+00:00",
"ReportPeriodEnd": "2026-06-02T22:50:10.1837658+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3fdd9094-e1c0-4807-8265-52fef0d05590",
"Rows": [
{
"ItemId": "c5b40cf7-1dd0-44a8-9297-0dba77eae401",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5b40cf7-1dd0-44a8-9297-0dba77eae401",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3fdd9094-e1c0-4807-8265-52fef0d05590",
"Rows": [
{
"ItemId": "c5b40cf7-1dd0-44a8-9297-0dba77eae401",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c5b40cf7-1dd0-44a8-9297-0dba77eae401",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"269fb2c5-5c93-40eb-855d-d7a3fc95b69d",
"a491cc54-1207-4f2a-9790-7d35f9f8a477"
],
"Approvers": [
"150c442b-b0ff-4fcc-8980-107168ac6d63",
"3b661081-d503-4cf8-b54f-04d60202b751"
],
"ApprovedBy": "905671f2-00da-4408-8f78-848f6d2bdff2",
"ApprovalDate": "2026-06-02T22:50:10.1837658+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b279b981-bf69-4240-8503-b753dfef7ba4",
"id": "17a6060b-f350-4d38-a010-738ffa66b25a",
"ConfigId": "c61da543-17fc-478d-bba0-b3e21efc7a65"
}
]