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-13T00:41:47.1522579+00:00",
"SubmitDate": "2026-07-13T00:41:47.1522579+00:00",
"ReportPeriodStart": "2026-07-13T00:41:47.1522579+00:00",
"ReportPeriodEnd": "2026-07-13T00:41:47.1522579+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ca63ce60-9f44-4f2e-88fc-bb66464ee5ab",
"Rows": [
{
"ItemId": "10550c46-875a-4afc-95dd-222fa4b0ef76",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10550c46-875a-4afc-95dd-222fa4b0ef76",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ca63ce60-9f44-4f2e-88fc-bb66464ee5ab",
"Rows": [
{
"ItemId": "10550c46-875a-4afc-95dd-222fa4b0ef76",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10550c46-875a-4afc-95dd-222fa4b0ef76",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0ba9171a-34a3-41f0-b3bf-bf8b8375cf7f",
"bb988d56-0efe-45e1-bc13-4b59b0a184ec"
],
"Approvers": [
"591754e4-2f31-4e8d-a674-fd41c9a168d1",
"bcd03387-7422-49c7-ac5b-678c21800fe0"
],
"ApprovedBy": "048b814b-1514-4367-84ad-3741f8d6176e",
"ApprovalDate": "2026-07-13T00:41:47.1522579+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c10f0e5a-8195-430e-a79a-db0b4dc2e892",
"WorkPlanId": "d192428c-04ce-4a00-b9d5-0f71c62039b7",
"id": "ba64d53f-fd3c-40e2-96cf-ff1a1f3421cd",
"ConfigId": "7b8f51e7-5338-4040-8608-c91049434bad"
},
{
"GenerationDate": "2026-07-13T00:41:47.1522579+00:00",
"SubmitDate": "2026-07-13T00:41:47.1522579+00:00",
"ReportPeriodStart": "2026-07-13T00:41:47.1522579+00:00",
"ReportPeriodEnd": "2026-07-13T00:41:47.1522579+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ca63ce60-9f44-4f2e-88fc-bb66464ee5ab",
"Rows": [
{
"ItemId": "10550c46-875a-4afc-95dd-222fa4b0ef76",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10550c46-875a-4afc-95dd-222fa4b0ef76",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ca63ce60-9f44-4f2e-88fc-bb66464ee5ab",
"Rows": [
{
"ItemId": "10550c46-875a-4afc-95dd-222fa4b0ef76",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10550c46-875a-4afc-95dd-222fa4b0ef76",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0ba9171a-34a3-41f0-b3bf-bf8b8375cf7f",
"bb988d56-0efe-45e1-bc13-4b59b0a184ec"
],
"Approvers": [
"591754e4-2f31-4e8d-a674-fd41c9a168d1",
"bcd03387-7422-49c7-ac5b-678c21800fe0"
],
"ApprovedBy": "048b814b-1514-4367-84ad-3741f8d6176e",
"ApprovalDate": "2026-07-13T00:41:47.1522579+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c10f0e5a-8195-430e-a79a-db0b4dc2e892",
"WorkPlanId": "d192428c-04ce-4a00-b9d5-0f71c62039b7",
"id": "ba64d53f-fd3c-40e2-96cf-ff1a1f3421cd",
"ConfigId": "7b8f51e7-5338-4040-8608-c91049434bad"
}
]