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-14T20:28:58.3058431+00:00",
"SubmitDate": "2026-09-14T20:28:58.3058431+00:00",
"ReportPeriodStart": "2026-09-14T20:28:58.3058431+00:00",
"ReportPeriodEnd": "2026-09-14T20:28:58.3058431+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "21c81638-03b7-4504-adbd-6386926b7998",
"Rows": [
{
"ItemId": "5f5dbab1-9ae3-4abc-a853-c52b8fe28d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f5dbab1-9ae3-4abc-a853-c52b8fe28d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "21c81638-03b7-4504-adbd-6386926b7998",
"Rows": [
{
"ItemId": "5f5dbab1-9ae3-4abc-a853-c52b8fe28d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f5dbab1-9ae3-4abc-a853-c52b8fe28d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5eb40c99-aa9a-45dc-8a63-8b90d6b0e903",
"24b33407-9491-4c16-9abb-9f8427d85bcf"
],
"Approvers": [
"434bf257-aca1-4b62-b777-94d1c8ec8f75",
"a79fc910-c255-407a-8111-404ccbea5fbe"
],
"ApprovedBy": "d0758dec-9249-4303-b587-eecd7ecf3ec2",
"ApprovalDate": "2026-09-14T20:28:58.3058431+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "13aee00b-2d18-43fc-a8a5-e368b68e7b10",
"WorkPlanId": "8df9cab0-b191-4a2c-b0e8-8044e53df7b8",
"id": "42cb58f0-9d4b-4781-bc46-fa9166c55206",
"ConfigId": "c04e25bb-ceed-4322-9780-e83cdccdf4cf"
},
{
"GenerationDate": "2026-09-14T20:28:58.3058431+00:00",
"SubmitDate": "2026-09-14T20:28:58.3058431+00:00",
"ReportPeriodStart": "2026-09-14T20:28:58.3058431+00:00",
"ReportPeriodEnd": "2026-09-14T20:28:58.3058431+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "21c81638-03b7-4504-adbd-6386926b7998",
"Rows": [
{
"ItemId": "5f5dbab1-9ae3-4abc-a853-c52b8fe28d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f5dbab1-9ae3-4abc-a853-c52b8fe28d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "21c81638-03b7-4504-adbd-6386926b7998",
"Rows": [
{
"ItemId": "5f5dbab1-9ae3-4abc-a853-c52b8fe28d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f5dbab1-9ae3-4abc-a853-c52b8fe28d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5eb40c99-aa9a-45dc-8a63-8b90d6b0e903",
"24b33407-9491-4c16-9abb-9f8427d85bcf"
],
"Approvers": [
"434bf257-aca1-4b62-b777-94d1c8ec8f75",
"a79fc910-c255-407a-8111-404ccbea5fbe"
],
"ApprovedBy": "d0758dec-9249-4303-b587-eecd7ecf3ec2",
"ApprovalDate": "2026-09-14T20:28:58.3058431+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "13aee00b-2d18-43fc-a8a5-e368b68e7b10",
"WorkPlanId": "8df9cab0-b191-4a2c-b0e8-8044e53df7b8",
"id": "42cb58f0-9d4b-4781-bc46-fa9166c55206",
"ConfigId": "c04e25bb-ceed-4322-9780-e83cdccdf4cf"
}
]