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-13T01:52:11.7309239+00:00",
"SubmitDate": "2026-04-13T01:52:11.7309239+00:00",
"ReportPeriodStart": "2026-04-13T01:52:11.7309239+00:00",
"ReportPeriodEnd": "2026-04-13T01:52:11.7309239+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "161635cd-5e17-45e4-b3b0-3bb6f04b2d22",
"Rows": [
{
"ItemId": "bb58d557-300d-4f1b-b521-9fa7c11e1455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb58d557-300d-4f1b-b521-9fa7c11e1455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "161635cd-5e17-45e4-b3b0-3bb6f04b2d22",
"Rows": [
{
"ItemId": "bb58d557-300d-4f1b-b521-9fa7c11e1455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb58d557-300d-4f1b-b521-9fa7c11e1455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f301153-ea93-4b6c-9d44-8a141552fc56",
"da4114b5-13e8-487d-b53c-0da0fa6c8cca"
],
"Approvers": [
"8f539a23-75b9-49a3-afd1-07b9a3c16307",
"6abd6517-94b9-4259-bc72-2eeb34b905d5"
],
"ApprovedBy": "eaa24d89-abc4-44cc-ba1f-04d54d182d72",
"ApprovalDate": "2026-04-13T01:52:11.7309239+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d64b5e7c-1072-4edc-8acf-1515f3f5b69e",
"id": "70b5709c-82c8-4a18-904f-a5cc2165cec3",
"ConfigId": "8f5c4681-32cb-4531-91ce-5091396c7d61"
},
{
"GenerationDate": "2026-04-13T01:52:11.7309239+00:00",
"SubmitDate": "2026-04-13T01:52:11.7309239+00:00",
"ReportPeriodStart": "2026-04-13T01:52:11.7309239+00:00",
"ReportPeriodEnd": "2026-04-13T01:52:11.7309239+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "161635cd-5e17-45e4-b3b0-3bb6f04b2d22",
"Rows": [
{
"ItemId": "bb58d557-300d-4f1b-b521-9fa7c11e1455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb58d557-300d-4f1b-b521-9fa7c11e1455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "161635cd-5e17-45e4-b3b0-3bb6f04b2d22",
"Rows": [
{
"ItemId": "bb58d557-300d-4f1b-b521-9fa7c11e1455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb58d557-300d-4f1b-b521-9fa7c11e1455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f301153-ea93-4b6c-9d44-8a141552fc56",
"da4114b5-13e8-487d-b53c-0da0fa6c8cca"
],
"Approvers": [
"8f539a23-75b9-49a3-afd1-07b9a3c16307",
"6abd6517-94b9-4259-bc72-2eeb34b905d5"
],
"ApprovedBy": "eaa24d89-abc4-44cc-ba1f-04d54d182d72",
"ApprovalDate": "2026-04-13T01:52:11.7309239+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d64b5e7c-1072-4edc-8acf-1515f3f5b69e",
"id": "70b5709c-82c8-4a18-904f-a5cc2165cec3",
"ConfigId": "8f5c4681-32cb-4531-91ce-5091396c7d61"
}
]