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-07-04T03:01:28.8085335+00:00",
"SubmitDate": "2026-07-04T03:01:28.8085335+00:00",
"ReportPeriodStart": "2026-07-04T03:01:28.8085335+00:00",
"ReportPeriodEnd": "2026-07-04T03:01:28.8085335+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6385c2da-8239-453b-9534-e3f2e6867d3d",
"Rows": [
{
"ItemId": "98eba0bf-ec27-4552-b18b-a84fd5207b22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98eba0bf-ec27-4552-b18b-a84fd5207b22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6385c2da-8239-453b-9534-e3f2e6867d3d",
"Rows": [
{
"ItemId": "98eba0bf-ec27-4552-b18b-a84fd5207b22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98eba0bf-ec27-4552-b18b-a84fd5207b22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3a756398-6a4a-45b4-a1e0-1795771d9cee",
"6c16b23e-1412-4014-a1c7-2729e0d0b087"
],
"Approvers": [
"56fce938-991c-45e0-8858-8883429e005a",
"01037dd3-4a06-493b-a52e-76d278954a35"
],
"ApprovedBy": "744a5a7a-5136-4c2e-bc81-60b8989ac3b0",
"ApprovalDate": "2026-07-04T03:01:28.8085335+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "064c7cae-c514-4203-b986-3ca8c9e90771",
"WorkPlanId": "2361dbc3-339b-4451-a51b-6dc99f757112",
"id": "2efeb3c8-575f-44df-99ec-96399c8b87b9",
"ConfigId": "5b99c47b-0d1c-42e7-95b0-777f3df3cee8"
},
{
"GenerationDate": "2026-07-04T03:01:28.8085335+00:00",
"SubmitDate": "2026-07-04T03:01:28.8085335+00:00",
"ReportPeriodStart": "2026-07-04T03:01:28.8085335+00:00",
"ReportPeriodEnd": "2026-07-04T03:01:28.8085335+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6385c2da-8239-453b-9534-e3f2e6867d3d",
"Rows": [
{
"ItemId": "98eba0bf-ec27-4552-b18b-a84fd5207b22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98eba0bf-ec27-4552-b18b-a84fd5207b22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6385c2da-8239-453b-9534-e3f2e6867d3d",
"Rows": [
{
"ItemId": "98eba0bf-ec27-4552-b18b-a84fd5207b22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98eba0bf-ec27-4552-b18b-a84fd5207b22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3a756398-6a4a-45b4-a1e0-1795771d9cee",
"6c16b23e-1412-4014-a1c7-2729e0d0b087"
],
"Approvers": [
"56fce938-991c-45e0-8858-8883429e005a",
"01037dd3-4a06-493b-a52e-76d278954a35"
],
"ApprovedBy": "744a5a7a-5136-4c2e-bc81-60b8989ac3b0",
"ApprovalDate": "2026-07-04T03:01:28.8085335+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "064c7cae-c514-4203-b986-3ca8c9e90771",
"WorkPlanId": "2361dbc3-339b-4451-a51b-6dc99f757112",
"id": "2efeb3c8-575f-44df-99ec-96399c8b87b9",
"ConfigId": "5b99c47b-0d1c-42e7-95b0-777f3df3cee8"
}
]