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-01-27T12:59:33.2876193+00:00",
"SubmitDate": "2026-01-27T12:59:33.2876193+00:00",
"ReportPeriodStart": "2026-01-27T12:59:33.2876193+00:00",
"ReportPeriodEnd": "2026-01-27T12:59:33.2876193+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4aa9e44d-8e89-4d5f-a98e-2df07b1be9e8",
"Rows": [
{
"ItemId": "08c213e9-9e47-48fa-8b30-dee36e9fb633",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08c213e9-9e47-48fa-8b30-dee36e9fb633",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4aa9e44d-8e89-4d5f-a98e-2df07b1be9e8",
"Rows": [
{
"ItemId": "08c213e9-9e47-48fa-8b30-dee36e9fb633",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08c213e9-9e47-48fa-8b30-dee36e9fb633",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c4f3f9b7-38d8-472c-be90-41a3ddfeac48",
"a4fcac03-5bfa-4c24-b897-6f21052621fa"
],
"Approvers": [
"b3af0cd1-c9b7-4711-a6ef-b18842e85473",
"b6c11e97-77d5-493e-b3ea-f2e683022526"
],
"ApprovedBy": "ba543f4d-2681-4a2b-b402-4e3992aa5a33",
"ApprovalDate": "2026-01-27T12:59:33.2876193+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "04665de4-2203-4c8e-b082-e8f622fd999c",
"id": "44af2fa1-382f-4716-b30b-285a1691be7e",
"ConfigId": "a1c8b892-7139-486a-923c-90e9591e7bca"
},
{
"GenerationDate": "2026-01-27T12:59:33.2876193+00:00",
"SubmitDate": "2026-01-27T12:59:33.2876193+00:00",
"ReportPeriodStart": "2026-01-27T12:59:33.2876193+00:00",
"ReportPeriodEnd": "2026-01-27T12:59:33.2876193+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4aa9e44d-8e89-4d5f-a98e-2df07b1be9e8",
"Rows": [
{
"ItemId": "08c213e9-9e47-48fa-8b30-dee36e9fb633",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08c213e9-9e47-48fa-8b30-dee36e9fb633",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4aa9e44d-8e89-4d5f-a98e-2df07b1be9e8",
"Rows": [
{
"ItemId": "08c213e9-9e47-48fa-8b30-dee36e9fb633",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "08c213e9-9e47-48fa-8b30-dee36e9fb633",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c4f3f9b7-38d8-472c-be90-41a3ddfeac48",
"a4fcac03-5bfa-4c24-b897-6f21052621fa"
],
"Approvers": [
"b3af0cd1-c9b7-4711-a6ef-b18842e85473",
"b6c11e97-77d5-493e-b3ea-f2e683022526"
],
"ApprovedBy": "ba543f4d-2681-4a2b-b402-4e3992aa5a33",
"ApprovalDate": "2026-01-27T12:59:33.2876193+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "04665de4-2203-4c8e-b082-e8f622fd999c",
"id": "44af2fa1-382f-4716-b30b-285a1691be7e",
"ConfigId": "a1c8b892-7139-486a-923c-90e9591e7bca"
}
]