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-09-17T12:30:09.9381259+00:00",
"SubmitDate": "2026-09-17T12:30:09.9381259+00:00",
"ReportPeriodStart": "2026-09-17T12:30:09.9381259+00:00",
"ReportPeriodEnd": "2026-09-17T12:30:09.9381259+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fc06f324-6796-42eb-a86f-c3618cce0116",
"Rows": [
{
"ItemId": "0ab5df83-142b-4ad0-b34d-e72da427c7af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ab5df83-142b-4ad0-b34d-e72da427c7af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fc06f324-6796-42eb-a86f-c3618cce0116",
"Rows": [
{
"ItemId": "0ab5df83-142b-4ad0-b34d-e72da427c7af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ab5df83-142b-4ad0-b34d-e72da427c7af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d28df942-fc4b-4ca6-9301-e4c8e21a1418",
"b9235e0f-aa9b-4e72-be99-3855c44d0887"
],
"Approvers": [
"6a066512-96cc-46ec-909f-5d68c7b82833",
"2207cb44-290e-47e9-95d5-b9d02ee12103"
],
"ApprovedBy": "dea5d9eb-e14a-4335-ab5e-62319a98d907",
"ApprovalDate": "2026-09-17T12:30:09.9381259+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b21d3396-4954-4fad-8f97-537f50425fe4",
"WorkPlanId": "77c3860e-4578-409c-89e8-74f493fa41e0",
"id": "741e8bc4-9d97-4ae9-91c5-26461cfb0ca7",
"ConfigId": "820ae524-ee52-49ad-bdd4-85da61d91b25"
},
{
"GenerationDate": "2026-09-17T12:30:09.9381259+00:00",
"SubmitDate": "2026-09-17T12:30:09.9381259+00:00",
"ReportPeriodStart": "2026-09-17T12:30:09.9381259+00:00",
"ReportPeriodEnd": "2026-09-17T12:30:09.9381259+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fc06f324-6796-42eb-a86f-c3618cce0116",
"Rows": [
{
"ItemId": "0ab5df83-142b-4ad0-b34d-e72da427c7af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ab5df83-142b-4ad0-b34d-e72da427c7af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fc06f324-6796-42eb-a86f-c3618cce0116",
"Rows": [
{
"ItemId": "0ab5df83-142b-4ad0-b34d-e72da427c7af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ab5df83-142b-4ad0-b34d-e72da427c7af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d28df942-fc4b-4ca6-9301-e4c8e21a1418",
"b9235e0f-aa9b-4e72-be99-3855c44d0887"
],
"Approvers": [
"6a066512-96cc-46ec-909f-5d68c7b82833",
"2207cb44-290e-47e9-95d5-b9d02ee12103"
],
"ApprovedBy": "dea5d9eb-e14a-4335-ab5e-62319a98d907",
"ApprovalDate": "2026-09-17T12:30:09.9381259+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "b21d3396-4954-4fad-8f97-537f50425fe4",
"WorkPlanId": "77c3860e-4578-409c-89e8-74f493fa41e0",
"id": "741e8bc4-9d97-4ae9-91c5-26461cfb0ca7",
"ConfigId": "820ae524-ee52-49ad-bdd4-85da61d91b25"
}
]