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-05-20T04:28:54.7637302+00:00",
"SubmitDate": "2026-05-20T04:28:54.7637302+00:00",
"ReportPeriodStart": "2026-05-20T04:28:54.7637302+00:00",
"ReportPeriodEnd": "2026-05-20T04:28:54.7637302+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe42792b-3fbd-4121-8112-307e3ff6acca",
"Rows": [
{
"ItemId": "16af1443-c09a-4c14-8da1-bb7b0c35230e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16af1443-c09a-4c14-8da1-bb7b0c35230e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe42792b-3fbd-4121-8112-307e3ff6acca",
"Rows": [
{
"ItemId": "16af1443-c09a-4c14-8da1-bb7b0c35230e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16af1443-c09a-4c14-8da1-bb7b0c35230e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bba89a83-9426-4237-b177-2ee34d5f15ff",
"d6ba8e3a-e033-4188-b9bc-be0f5af0c292"
],
"Approvers": [
"73fe0600-cbfc-4490-bd86-7be654e592e6",
"7eab09d2-9cbc-40b2-a288-d0b1488ff7aa"
],
"ApprovedBy": "0f9975e8-9997-445d-a879-dbed9eb5780f",
"ApprovalDate": "2026-05-20T04:28:54.7637302+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "53ca2da8-242f-4b91-87aa-d94dad165ffe",
"id": "b1171844-e278-4f08-8b5c-be5288e91e25",
"ConfigId": "4c469f4c-f2a0-40b3-9df9-47e8123f1dfd"
},
{
"GenerationDate": "2026-05-20T04:28:54.7637302+00:00",
"SubmitDate": "2026-05-20T04:28:54.7637302+00:00",
"ReportPeriodStart": "2026-05-20T04:28:54.7637302+00:00",
"ReportPeriodEnd": "2026-05-20T04:28:54.7637302+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe42792b-3fbd-4121-8112-307e3ff6acca",
"Rows": [
{
"ItemId": "16af1443-c09a-4c14-8da1-bb7b0c35230e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16af1443-c09a-4c14-8da1-bb7b0c35230e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe42792b-3fbd-4121-8112-307e3ff6acca",
"Rows": [
{
"ItemId": "16af1443-c09a-4c14-8da1-bb7b0c35230e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16af1443-c09a-4c14-8da1-bb7b0c35230e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bba89a83-9426-4237-b177-2ee34d5f15ff",
"d6ba8e3a-e033-4188-b9bc-be0f5af0c292"
],
"Approvers": [
"73fe0600-cbfc-4490-bd86-7be654e592e6",
"7eab09d2-9cbc-40b2-a288-d0b1488ff7aa"
],
"ApprovedBy": "0f9975e8-9997-445d-a879-dbed9eb5780f",
"ApprovalDate": "2026-05-20T04:28:54.7637302+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "53ca2da8-242f-4b91-87aa-d94dad165ffe",
"id": "b1171844-e278-4f08-8b5c-be5288e91e25",
"ConfigId": "4c469f4c-f2a0-40b3-9df9-47e8123f1dfd"
}
]