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-02T22:41:21.6171286+00:00",
"SubmitDate": "2026-07-02T22:41:21.6171286+00:00",
"ReportPeriodStart": "2026-07-02T22:41:21.6171286+00:00",
"ReportPeriodEnd": "2026-07-02T22:41:21.6171286+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b748d057-1776-4838-bf03-e4707a8f1ebd",
"Rows": [
{
"ItemId": "727fb809-c462-4b92-af8e-b96e2685f910",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "727fb809-c462-4b92-af8e-b96e2685f910",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b748d057-1776-4838-bf03-e4707a8f1ebd",
"Rows": [
{
"ItemId": "727fb809-c462-4b92-af8e-b96e2685f910",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "727fb809-c462-4b92-af8e-b96e2685f910",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c307096e-4442-47f7-b794-a8e11108a8e4",
"01f0397e-a190-4c43-b76d-3106b3b9fc16"
],
"Approvers": [
"2d84bfac-2d52-49cd-b785-ecd98dff93a0",
"008844a3-640b-469a-a2cd-6fd03751989c"
],
"ApprovedBy": "b68adcc2-9763-4cbf-8bcc-d825bb9cdaa5",
"ApprovalDate": "2026-07-02T22:41:21.6171286+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "dd9c03c8-4723-4f95-afbf-98f52c7666c0",
"WorkPlanId": "82ee7b07-36ed-48a4-8877-02d6a1f6adf9",
"id": "fbf2d7f4-47a6-4e30-90e8-fe8743b397e4",
"ConfigId": "18be6eea-58ba-4281-a7d9-c6f6d282d600"
},
{
"GenerationDate": "2026-07-02T22:41:21.6171286+00:00",
"SubmitDate": "2026-07-02T22:41:21.6171286+00:00",
"ReportPeriodStart": "2026-07-02T22:41:21.6171286+00:00",
"ReportPeriodEnd": "2026-07-02T22:41:21.6171286+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b748d057-1776-4838-bf03-e4707a8f1ebd",
"Rows": [
{
"ItemId": "727fb809-c462-4b92-af8e-b96e2685f910",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "727fb809-c462-4b92-af8e-b96e2685f910",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b748d057-1776-4838-bf03-e4707a8f1ebd",
"Rows": [
{
"ItemId": "727fb809-c462-4b92-af8e-b96e2685f910",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "727fb809-c462-4b92-af8e-b96e2685f910",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c307096e-4442-47f7-b794-a8e11108a8e4",
"01f0397e-a190-4c43-b76d-3106b3b9fc16"
],
"Approvers": [
"2d84bfac-2d52-49cd-b785-ecd98dff93a0",
"008844a3-640b-469a-a2cd-6fd03751989c"
],
"ApprovedBy": "b68adcc2-9763-4cbf-8bcc-d825bb9cdaa5",
"ApprovalDate": "2026-07-02T22:41:21.6171286+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "dd9c03c8-4723-4f95-afbf-98f52c7666c0",
"WorkPlanId": "82ee7b07-36ed-48a4-8877-02d6a1f6adf9",
"id": "fbf2d7f4-47a6-4e30-90e8-fe8743b397e4",
"ConfigId": "18be6eea-58ba-4281-a7d9-c6f6d282d600"
}
]