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-23T12:55:29.697378+00:00",
"SubmitDate": "2026-09-23T12:55:29.697378+00:00",
"ReportPeriodStart": "2026-09-23T12:55:29.697378+00:00",
"ReportPeriodEnd": "2026-09-23T12:55:29.697378+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1434ec97-d77f-4931-abe7-0189f95c8b24",
"Rows": [
{
"ItemId": "27b70c47-19a7-4e24-85d9-12cba5c91bf0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27b70c47-19a7-4e24-85d9-12cba5c91bf0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1434ec97-d77f-4931-abe7-0189f95c8b24",
"Rows": [
{
"ItemId": "27b70c47-19a7-4e24-85d9-12cba5c91bf0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27b70c47-19a7-4e24-85d9-12cba5c91bf0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1af741e2-0dee-4447-92cd-7195f51f6846",
"57c2ea32-0ecc-4a36-809f-a2b64495a23e"
],
"Approvers": [
"7b237961-bce1-4986-ae48-1856d16df550",
"b7caeb55-7440-45af-bfbf-259822be5050"
],
"ApprovedBy": "49ace775-6772-488b-8b1f-e05df961dc50",
"ApprovalDate": "2026-09-23T12:55:29.697378+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4bb252d2-b133-425f-a07b-7b8aa7524046",
"WorkPlanId": "057dce32-900d-4b7a-b416-28e71b50dea9",
"id": "83c61583-baa3-497f-b0ae-fd3fbc6eb803",
"ConfigId": "b51c2f58-3f9f-45e2-843b-c5bc2d23f10d"
},
{
"GenerationDate": "2026-09-23T12:55:29.697378+00:00",
"SubmitDate": "2026-09-23T12:55:29.697378+00:00",
"ReportPeriodStart": "2026-09-23T12:55:29.697378+00:00",
"ReportPeriodEnd": "2026-09-23T12:55:29.697378+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1434ec97-d77f-4931-abe7-0189f95c8b24",
"Rows": [
{
"ItemId": "27b70c47-19a7-4e24-85d9-12cba5c91bf0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27b70c47-19a7-4e24-85d9-12cba5c91bf0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1434ec97-d77f-4931-abe7-0189f95c8b24",
"Rows": [
{
"ItemId": "27b70c47-19a7-4e24-85d9-12cba5c91bf0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27b70c47-19a7-4e24-85d9-12cba5c91bf0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1af741e2-0dee-4447-92cd-7195f51f6846",
"57c2ea32-0ecc-4a36-809f-a2b64495a23e"
],
"Approvers": [
"7b237961-bce1-4986-ae48-1856d16df550",
"b7caeb55-7440-45af-bfbf-259822be5050"
],
"ApprovedBy": "49ace775-6772-488b-8b1f-e05df961dc50",
"ApprovalDate": "2026-09-23T12:55:29.697378+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4bb252d2-b133-425f-a07b-7b8aa7524046",
"WorkPlanId": "057dce32-900d-4b7a-b416-28e71b50dea9",
"id": "83c61583-baa3-497f-b0ae-fd3fbc6eb803",
"ConfigId": "b51c2f58-3f9f-45e2-843b-c5bc2d23f10d"
}
]