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-10T21:43:07.7239017+00:00",
"SubmitDate": "2026-09-10T21:43:07.7239017+00:00",
"ReportPeriodStart": "2026-09-10T21:43:07.7239017+00:00",
"ReportPeriodEnd": "2026-09-10T21:43:07.7239017+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "331397a1-8506-4b72-a7ce-b0b6e6bbf28a",
"Rows": [
{
"ItemId": "bac45ee1-f349-4d01-8796-dffcfafe935e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bac45ee1-f349-4d01-8796-dffcfafe935e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "331397a1-8506-4b72-a7ce-b0b6e6bbf28a",
"Rows": [
{
"ItemId": "bac45ee1-f349-4d01-8796-dffcfafe935e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bac45ee1-f349-4d01-8796-dffcfafe935e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a9e41ff0-e2b1-486e-9caa-e2ef7655706b",
"8d3e59ba-116c-4b43-ac09-1e5c4cc1f160"
],
"Approvers": [
"75d171f4-2ca4-436c-a363-966bddb662a5",
"7dfb27a7-0f5d-44b4-bf45-541c619a5d6c"
],
"ApprovedBy": "eddd8527-3234-4122-92a4-1e635a357307",
"ApprovalDate": "2026-09-10T21:43:07.7239017+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "09857cdf-6104-4f59-84f6-7f3db7cbc9af",
"WorkPlanId": "10a7a1cb-30c2-4817-ab66-119a77fd2be1",
"id": "10dc8082-db10-4d33-8911-fb8bcdb793f7",
"ConfigId": "249d4b07-b9bc-42a5-9fa7-30158845a324"
},
{
"GenerationDate": "2026-09-10T21:43:07.7239017+00:00",
"SubmitDate": "2026-09-10T21:43:07.7239017+00:00",
"ReportPeriodStart": "2026-09-10T21:43:07.7239017+00:00",
"ReportPeriodEnd": "2026-09-10T21:43:07.7239017+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "331397a1-8506-4b72-a7ce-b0b6e6bbf28a",
"Rows": [
{
"ItemId": "bac45ee1-f349-4d01-8796-dffcfafe935e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bac45ee1-f349-4d01-8796-dffcfafe935e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "331397a1-8506-4b72-a7ce-b0b6e6bbf28a",
"Rows": [
{
"ItemId": "bac45ee1-f349-4d01-8796-dffcfafe935e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bac45ee1-f349-4d01-8796-dffcfafe935e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a9e41ff0-e2b1-486e-9caa-e2ef7655706b",
"8d3e59ba-116c-4b43-ac09-1e5c4cc1f160"
],
"Approvers": [
"75d171f4-2ca4-436c-a363-966bddb662a5",
"7dfb27a7-0f5d-44b4-bf45-541c619a5d6c"
],
"ApprovedBy": "eddd8527-3234-4122-92a4-1e635a357307",
"ApprovalDate": "2026-09-10T21:43:07.7239017+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "09857cdf-6104-4f59-84f6-7f3db7cbc9af",
"WorkPlanId": "10a7a1cb-30c2-4817-ab66-119a77fd2be1",
"id": "10dc8082-db10-4d33-8911-fb8bcdb793f7",
"ConfigId": "249d4b07-b9bc-42a5-9fa7-30158845a324"
}
]