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-04-23T13:45:09.4074022+00:00",
"SubmitDate": "2026-04-23T13:45:09.4074022+00:00",
"ReportPeriodStart": "2026-04-23T13:45:09.4074022+00:00",
"ReportPeriodEnd": "2026-04-23T13:45:09.4074022+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "763853f5-e272-45a7-8f5e-994ca6d16a30",
"Rows": [
{
"ItemId": "1f1edc95-ebbd-4220-837d-81b9c4847264",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f1edc95-ebbd-4220-837d-81b9c4847264",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "763853f5-e272-45a7-8f5e-994ca6d16a30",
"Rows": [
{
"ItemId": "1f1edc95-ebbd-4220-837d-81b9c4847264",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f1edc95-ebbd-4220-837d-81b9c4847264",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c8d42998-a011-4deb-8f87-573277f7e8cf",
"9d251467-fc0d-4b40-837e-0bb029c16219"
],
"Approvers": [
"9fcc8cd4-b9b4-4319-a505-36f07a8a9116",
"310a327a-f335-43fd-8b85-a494050e021b"
],
"ApprovedBy": "01b233b6-d3ba-4726-b030-1c06856efb7d",
"ApprovalDate": "2026-04-23T13:45:09.4074022+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "daa42b65-71e8-4794-b520-5418eeba3698",
"id": "fa747e7c-3ca4-4a94-b0dd-06c3a9cb9638",
"ConfigId": "492ee007-75f2-44bf-a1e7-24d978777a63"
},
{
"GenerationDate": "2026-04-23T13:45:09.4074022+00:00",
"SubmitDate": "2026-04-23T13:45:09.4074022+00:00",
"ReportPeriodStart": "2026-04-23T13:45:09.4074022+00:00",
"ReportPeriodEnd": "2026-04-23T13:45:09.4074022+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "763853f5-e272-45a7-8f5e-994ca6d16a30",
"Rows": [
{
"ItemId": "1f1edc95-ebbd-4220-837d-81b9c4847264",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f1edc95-ebbd-4220-837d-81b9c4847264",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "763853f5-e272-45a7-8f5e-994ca6d16a30",
"Rows": [
{
"ItemId": "1f1edc95-ebbd-4220-837d-81b9c4847264",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f1edc95-ebbd-4220-837d-81b9c4847264",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c8d42998-a011-4deb-8f87-573277f7e8cf",
"9d251467-fc0d-4b40-837e-0bb029c16219"
],
"Approvers": [
"9fcc8cd4-b9b4-4319-a505-36f07a8a9116",
"310a327a-f335-43fd-8b85-a494050e021b"
],
"ApprovedBy": "01b233b6-d3ba-4726-b030-1c06856efb7d",
"ApprovalDate": "2026-04-23T13:45:09.4074022+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "daa42b65-71e8-4794-b520-5418eeba3698",
"id": "fa747e7c-3ca4-4a94-b0dd-06c3a9cb9638",
"ConfigId": "492ee007-75f2-44bf-a1e7-24d978777a63"
}
]