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-02-16T20:32:23.9863595+00:00",
"SubmitDate": "2026-02-16T20:32:23.9863595+00:00",
"ReportPeriodStart": "2026-02-16T20:32:23.9863595+00:00",
"ReportPeriodEnd": "2026-02-16T20:32:23.9863595+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b26dd0d4-d867-4dda-bd13-779da204d5be",
"Rows": [
{
"ItemId": "b18a2473-0e39-4dc3-a39b-4a79515be2b8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b18a2473-0e39-4dc3-a39b-4a79515be2b8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b26dd0d4-d867-4dda-bd13-779da204d5be",
"Rows": [
{
"ItemId": "b18a2473-0e39-4dc3-a39b-4a79515be2b8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b18a2473-0e39-4dc3-a39b-4a79515be2b8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"05dbab0b-5550-4bd5-842f-f1dad447219a",
"9ca53016-2027-4226-a424-8d09e7048c54"
],
"Approvers": [
"ef3f59cd-e28e-4bb7-b0e7-0d8aacb5b3ed",
"cf6c0964-ecfd-43a9-a943-6d15fc5e2c6c"
],
"ApprovedBy": "3d628194-d4ae-4f3a-88e2-c16933f71af5",
"ApprovalDate": "2026-02-16T20:32:23.9863595+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "817d5c5d-3ff3-4a7d-8d22-e86b9e481d01",
"id": "ab9ce227-cc50-4510-b3f3-481785192364",
"ConfigId": "0cd53ab3-9b22-4425-b797-ee1e019968c9"
},
{
"GenerationDate": "2026-02-16T20:32:23.9863595+00:00",
"SubmitDate": "2026-02-16T20:32:23.9863595+00:00",
"ReportPeriodStart": "2026-02-16T20:32:23.9863595+00:00",
"ReportPeriodEnd": "2026-02-16T20:32:23.9863595+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b26dd0d4-d867-4dda-bd13-779da204d5be",
"Rows": [
{
"ItemId": "b18a2473-0e39-4dc3-a39b-4a79515be2b8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b18a2473-0e39-4dc3-a39b-4a79515be2b8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b26dd0d4-d867-4dda-bd13-779da204d5be",
"Rows": [
{
"ItemId": "b18a2473-0e39-4dc3-a39b-4a79515be2b8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b18a2473-0e39-4dc3-a39b-4a79515be2b8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"05dbab0b-5550-4bd5-842f-f1dad447219a",
"9ca53016-2027-4226-a424-8d09e7048c54"
],
"Approvers": [
"ef3f59cd-e28e-4bb7-b0e7-0d8aacb5b3ed",
"cf6c0964-ecfd-43a9-a943-6d15fc5e2c6c"
],
"ApprovedBy": "3d628194-d4ae-4f3a-88e2-c16933f71af5",
"ApprovalDate": "2026-02-16T20:32:23.9863595+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "817d5c5d-3ff3-4a7d-8d22-e86b9e481d01",
"id": "ab9ce227-cc50-4510-b3f3-481785192364",
"ConfigId": "0cd53ab3-9b22-4425-b797-ee1e019968c9"
}
]