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-14T21:47:04.5097873+00:00",
"SubmitDate": "2026-01-14T21:47:04.5097873+00:00",
"ReportPeriodStart": "2026-01-14T21:47:04.5097873+00:00",
"ReportPeriodEnd": "2026-01-14T21:47:04.5097873+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6fe330c8-5e3a-46fc-b58e-7798cfc5ed99",
"Rows": [
{
"ItemId": "78424898-c358-4e53-9c38-69afbd315e2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78424898-c358-4e53-9c38-69afbd315e2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6fe330c8-5e3a-46fc-b58e-7798cfc5ed99",
"Rows": [
{
"ItemId": "78424898-c358-4e53-9c38-69afbd315e2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78424898-c358-4e53-9c38-69afbd315e2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8eeb8671-30df-4040-92fa-969aacf18c5f",
"f0bc7a72-29be-4526-9b5d-ff3a957cb8ea"
],
"Approvers": [
"fab5c0fd-8d10-47e0-a375-51aefc923e5b",
"058370bd-4a16-4a37-b34c-6ceb833d172b"
],
"ApprovedBy": "458904ad-6234-405c-84b2-2cbe31370039",
"ApprovalDate": "2026-01-14T21:47:04.5097873+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "51b46ae7-0e66-4718-b67a-91d4e8cc10d8",
"id": "8e59dbe8-9662-4cd1-94e5-4a4b55b20bd5",
"ConfigId": "26838104-24fa-487b-a0cd-30fb3a96e7e2"
},
{
"GenerationDate": "2026-01-14T21:47:04.5097873+00:00",
"SubmitDate": "2026-01-14T21:47:04.5097873+00:00",
"ReportPeriodStart": "2026-01-14T21:47:04.5097873+00:00",
"ReportPeriodEnd": "2026-01-14T21:47:04.5097873+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6fe330c8-5e3a-46fc-b58e-7798cfc5ed99",
"Rows": [
{
"ItemId": "78424898-c358-4e53-9c38-69afbd315e2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78424898-c358-4e53-9c38-69afbd315e2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6fe330c8-5e3a-46fc-b58e-7798cfc5ed99",
"Rows": [
{
"ItemId": "78424898-c358-4e53-9c38-69afbd315e2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78424898-c358-4e53-9c38-69afbd315e2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8eeb8671-30df-4040-92fa-969aacf18c5f",
"f0bc7a72-29be-4526-9b5d-ff3a957cb8ea"
],
"Approvers": [
"fab5c0fd-8d10-47e0-a375-51aefc923e5b",
"058370bd-4a16-4a37-b34c-6ceb833d172b"
],
"ApprovedBy": "458904ad-6234-405c-84b2-2cbe31370039",
"ApprovalDate": "2026-01-14T21:47:04.5097873+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "51b46ae7-0e66-4718-b67a-91d4e8cc10d8",
"id": "8e59dbe8-9662-4cd1-94e5-4a4b55b20bd5",
"ConfigId": "26838104-24fa-487b-a0cd-30fb3a96e7e2"
}
]