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-02-24T22:15:59.322899+00:00",
"SubmitDate": "2026-02-24T22:15:59.322899+00:00",
"ReportPeriodStart": "2026-02-24T22:15:59.322899+00:00",
"ReportPeriodEnd": "2026-02-24T22:15:59.322899+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c21781a3-76d2-4556-b7e6-5582a8c21c57",
"Rows": [
{
"ItemId": "0a6c1128-6fca-438d-bbce-147bc6e389de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0a6c1128-6fca-438d-bbce-147bc6e389de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c21781a3-76d2-4556-b7e6-5582a8c21c57",
"Rows": [
{
"ItemId": "0a6c1128-6fca-438d-bbce-147bc6e389de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0a6c1128-6fca-438d-bbce-147bc6e389de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d560cbbe-ca00-4678-a438-7b0207d6b82f",
"73ad2dbe-2fdb-46a1-9874-e414d3166756"
],
"Approvers": [
"f0fab76f-5516-4b73-9e9a-69fefd45ae7a",
"56953b21-73d6-48d3-a320-1a4ac9ec958b"
],
"ApprovedBy": "e6dd8f10-27ee-4c23-aef2-b6e32ea56e9b",
"ApprovalDate": "2026-02-24T22:15:59.322899+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a91b66a4-ac4e-4e58-8dcc-3fb781f404fa",
"id": "22e7abd6-5daa-4cb1-b5cd-3721bbccda99",
"ConfigId": "34fe6704-6ac7-49e2-8b92-68663f35aeb5"
},
{
"GenerationDate": "2026-02-24T22:15:59.322899+00:00",
"SubmitDate": "2026-02-24T22:15:59.322899+00:00",
"ReportPeriodStart": "2026-02-24T22:15:59.322899+00:00",
"ReportPeriodEnd": "2026-02-24T22:15:59.322899+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c21781a3-76d2-4556-b7e6-5582a8c21c57",
"Rows": [
{
"ItemId": "0a6c1128-6fca-438d-bbce-147bc6e389de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0a6c1128-6fca-438d-bbce-147bc6e389de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c21781a3-76d2-4556-b7e6-5582a8c21c57",
"Rows": [
{
"ItemId": "0a6c1128-6fca-438d-bbce-147bc6e389de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0a6c1128-6fca-438d-bbce-147bc6e389de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d560cbbe-ca00-4678-a438-7b0207d6b82f",
"73ad2dbe-2fdb-46a1-9874-e414d3166756"
],
"Approvers": [
"f0fab76f-5516-4b73-9e9a-69fefd45ae7a",
"56953b21-73d6-48d3-a320-1a4ac9ec958b"
],
"ApprovedBy": "e6dd8f10-27ee-4c23-aef2-b6e32ea56e9b",
"ApprovalDate": "2026-02-24T22:15:59.322899+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a91b66a4-ac4e-4e58-8dcc-3fb781f404fa",
"id": "22e7abd6-5daa-4cb1-b5cd-3721bbccda99",
"ConfigId": "34fe6704-6ac7-49e2-8b92-68663f35aeb5"
}
]