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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-08-28T07:38:17.2576041+00:00",
"SubmitDate": "2026-08-28T07:38:17.2576041+00:00",
"ReportPeriodStart": "2026-08-28T07:38:17.2576041+00:00",
"ReportPeriodEnd": "2026-08-28T07:38:17.2576041+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fd028e7d-426b-49b9-91a8-1c0dcc29f39a",
"Rows": [
{
"ItemId": "ea99e19e-93d0-42e0-8196-9245ffdaf29c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea99e19e-93d0-42e0-8196-9245ffdaf29c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fd028e7d-426b-49b9-91a8-1c0dcc29f39a",
"Rows": [
{
"ItemId": "ea99e19e-93d0-42e0-8196-9245ffdaf29c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea99e19e-93d0-42e0-8196-9245ffdaf29c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"874ea202-9152-45f0-9b98-2a40782c3dec",
"035b68b3-2ec1-4fbf-89d4-798169605cfb"
],
"Approvers": [
"c06ae3bd-c4e8-4767-b206-a7f66949a0a6",
"60931b63-2580-43fc-aea8-97a86f578ac0"
],
"ApprovedBy": "3b45d7e3-9391-4cbc-89e9-75599ddfa562",
"ApprovalDate": "2026-08-28T07:38:17.2576041+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4ce7bcb3-a7c3-4620-a3c0-92405b60689e",
"WorkPlanId": "1da0b1ac-046c-4447-8d44-0fff58605d18",
"id": "108d8e24-fa03-4926-8894-1df0ea64edd9",
"ConfigId": "fb94b858-0ebb-4874-a2bb-4aed3d096a43"
},
{
"GenerationDate": "2026-08-28T07:38:17.2576041+00:00",
"SubmitDate": "2026-08-28T07:38:17.2576041+00:00",
"ReportPeriodStart": "2026-08-28T07:38:17.2576041+00:00",
"ReportPeriodEnd": "2026-08-28T07:38:17.2576041+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fd028e7d-426b-49b9-91a8-1c0dcc29f39a",
"Rows": [
{
"ItemId": "ea99e19e-93d0-42e0-8196-9245ffdaf29c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea99e19e-93d0-42e0-8196-9245ffdaf29c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fd028e7d-426b-49b9-91a8-1c0dcc29f39a",
"Rows": [
{
"ItemId": "ea99e19e-93d0-42e0-8196-9245ffdaf29c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea99e19e-93d0-42e0-8196-9245ffdaf29c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"874ea202-9152-45f0-9b98-2a40782c3dec",
"035b68b3-2ec1-4fbf-89d4-798169605cfb"
],
"Approvers": [
"c06ae3bd-c4e8-4767-b206-a7f66949a0a6",
"60931b63-2580-43fc-aea8-97a86f578ac0"
],
"ApprovedBy": "3b45d7e3-9391-4cbc-89e9-75599ddfa562",
"ApprovalDate": "2026-08-28T07:38:17.2576041+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4ce7bcb3-a7c3-4620-a3c0-92405b60689e",
"WorkPlanId": "1da0b1ac-046c-4447-8d44-0fff58605d18",
"id": "108d8e24-fa03-4926-8894-1df0ea64edd9",
"ConfigId": "fb94b858-0ebb-4874-a2bb-4aed3d096a43"
}
]