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-22T10:54:47.1291379+00:00",
"SubmitDate": "2026-09-22T10:54:47.1291379+00:00",
"ReportPeriodStart": "2026-09-22T10:54:47.1291379+00:00",
"ReportPeriodEnd": "2026-09-22T10:54:47.1291379+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e9c1f991-1077-48a1-9b66-6a750c10a7d2",
"Rows": [
{
"ItemId": "1e52f364-ed50-4788-914e-92b53905b421",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e52f364-ed50-4788-914e-92b53905b421",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e9c1f991-1077-48a1-9b66-6a750c10a7d2",
"Rows": [
{
"ItemId": "1e52f364-ed50-4788-914e-92b53905b421",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e52f364-ed50-4788-914e-92b53905b421",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f0227480-1f74-4837-9b38-baae620406b6",
"ea20e355-2650-4b64-890d-33ee2f0d38e7"
],
"Approvers": [
"ca4d2080-bdbf-4e4d-b735-604f3ca6d24c",
"159d9e48-1796-4902-8249-e8381899d251"
],
"ApprovedBy": "a811a2fe-5543-4058-907c-55b951c53c69",
"ApprovalDate": "2026-09-22T10:54:47.1291379+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "3676b537-c4c8-4d9e-8576-8b8ea2159d2d",
"WorkPlanId": "4900dc61-24f5-4909-aecd-e024d939c316",
"id": "32e58374-97eb-4898-bcca-5fab3a0f75d2",
"ConfigId": "eabadf65-ff23-471c-9b22-5d71174fedaf"
},
{
"GenerationDate": "2026-09-22T10:54:47.1291379+00:00",
"SubmitDate": "2026-09-22T10:54:47.1291379+00:00",
"ReportPeriodStart": "2026-09-22T10:54:47.1291379+00:00",
"ReportPeriodEnd": "2026-09-22T10:54:47.1291379+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e9c1f991-1077-48a1-9b66-6a750c10a7d2",
"Rows": [
{
"ItemId": "1e52f364-ed50-4788-914e-92b53905b421",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e52f364-ed50-4788-914e-92b53905b421",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e9c1f991-1077-48a1-9b66-6a750c10a7d2",
"Rows": [
{
"ItemId": "1e52f364-ed50-4788-914e-92b53905b421",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1e52f364-ed50-4788-914e-92b53905b421",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f0227480-1f74-4837-9b38-baae620406b6",
"ea20e355-2650-4b64-890d-33ee2f0d38e7"
],
"Approvers": [
"ca4d2080-bdbf-4e4d-b735-604f3ca6d24c",
"159d9e48-1796-4902-8249-e8381899d251"
],
"ApprovedBy": "a811a2fe-5543-4058-907c-55b951c53c69",
"ApprovalDate": "2026-09-22T10:54:47.1291379+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "3676b537-c4c8-4d9e-8576-8b8ea2159d2d",
"WorkPlanId": "4900dc61-24f5-4909-aecd-e024d939c316",
"id": "32e58374-97eb-4898-bcca-5fab3a0f75d2",
"ConfigId": "eabadf65-ff23-471c-9b22-5d71174fedaf"
}
]