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-07T19:23:17.9182899+00:00",
"SubmitDate": "2026-09-07T19:23:17.9182899+00:00",
"ReportPeriodStart": "2026-09-07T19:23:17.9182899+00:00",
"ReportPeriodEnd": "2026-09-07T19:23:17.9182899+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cda33702-ed17-4716-9ef3-4ae5b6738dae",
"Rows": [
{
"ItemId": "d2f32060-395b-43a4-9f27-ad869c6603eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2f32060-395b-43a4-9f27-ad869c6603eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cda33702-ed17-4716-9ef3-4ae5b6738dae",
"Rows": [
{
"ItemId": "d2f32060-395b-43a4-9f27-ad869c6603eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2f32060-395b-43a4-9f27-ad869c6603eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bba51376-a8c5-4d62-9588-496502612459",
"efc40b21-0183-4264-aee9-61097851fe8d"
],
"Approvers": [
"efbf6814-2dc2-4411-a9b0-f9c05dea737a",
"bac166b0-f895-47f7-9d23-e75071756401"
],
"ApprovedBy": "e154adab-09fe-43da-877e-8b56107f314b",
"ApprovalDate": "2026-09-07T19:23:17.9182899+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "74e13194-0e8f-4dfd-9112-b03f8481f0c5",
"WorkPlanId": "dc329d63-8f39-4b2f-9b21-246c1d12dff5",
"id": "fd2b8da0-ad2c-4ef0-b927-0efe73a82a17",
"ConfigId": "6f5ae99c-eda6-4eb9-95b2-e4099249ffac"
},
{
"GenerationDate": "2026-09-07T19:23:17.9182899+00:00",
"SubmitDate": "2026-09-07T19:23:17.9182899+00:00",
"ReportPeriodStart": "2026-09-07T19:23:17.9182899+00:00",
"ReportPeriodEnd": "2026-09-07T19:23:17.9182899+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cda33702-ed17-4716-9ef3-4ae5b6738dae",
"Rows": [
{
"ItemId": "d2f32060-395b-43a4-9f27-ad869c6603eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2f32060-395b-43a4-9f27-ad869c6603eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cda33702-ed17-4716-9ef3-4ae5b6738dae",
"Rows": [
{
"ItemId": "d2f32060-395b-43a4-9f27-ad869c6603eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2f32060-395b-43a4-9f27-ad869c6603eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bba51376-a8c5-4d62-9588-496502612459",
"efc40b21-0183-4264-aee9-61097851fe8d"
],
"Approvers": [
"efbf6814-2dc2-4411-a9b0-f9c05dea737a",
"bac166b0-f895-47f7-9d23-e75071756401"
],
"ApprovedBy": "e154adab-09fe-43da-877e-8b56107f314b",
"ApprovalDate": "2026-09-07T19:23:17.9182899+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "74e13194-0e8f-4dfd-9112-b03f8481f0c5",
"WorkPlanId": "dc329d63-8f39-4b2f-9b21-246c1d12dff5",
"id": "fd2b8da0-ad2c-4ef0-b927-0efe73a82a17",
"ConfigId": "6f5ae99c-eda6-4eb9-95b2-e4099249ffac"
}
]