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-08-21T20:00:43.6465079+00:00",
"SubmitDate": "2026-08-21T20:00:43.6465079+00:00",
"ReportPeriodStart": "2026-08-21T20:00:43.6465079+00:00",
"ReportPeriodEnd": "2026-08-21T20:00:43.6465079+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a8dc5799-103c-4575-86c0-3374698529ab",
"Rows": [
{
"ItemId": "b3050f07-77bc-4be5-97cc-2d36aa7b59ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b3050f07-77bc-4be5-97cc-2d36aa7b59ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a8dc5799-103c-4575-86c0-3374698529ab",
"Rows": [
{
"ItemId": "b3050f07-77bc-4be5-97cc-2d36aa7b59ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b3050f07-77bc-4be5-97cc-2d36aa7b59ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f5f1355-04c3-4e7f-8186-7bcbdc9bcb02",
"68c93d49-f35c-4189-91ea-4582804f3cc7"
],
"Approvers": [
"b0a86625-f0b3-46f7-9733-308ef0d6d175",
"4099fe7a-97fa-45e6-bbd7-ebec9597c651"
],
"ApprovedBy": "eb09d87a-1340-4971-91ac-b7fd8f11a0b4",
"ApprovalDate": "2026-08-21T20:00:43.6465079+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e5defbaa-4933-41ea-b870-4c2a5928e198",
"WorkPlanId": "e692105e-ee72-42fc-b24d-d8c2367666f9",
"id": "676636fb-82a3-403f-9b3f-a2906a6f248e",
"ConfigId": "0b847923-8a76-4298-a460-e488044bb421"
},
{
"GenerationDate": "2026-08-21T20:00:43.6465079+00:00",
"SubmitDate": "2026-08-21T20:00:43.6465079+00:00",
"ReportPeriodStart": "2026-08-21T20:00:43.6465079+00:00",
"ReportPeriodEnd": "2026-08-21T20:00:43.6465079+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a8dc5799-103c-4575-86c0-3374698529ab",
"Rows": [
{
"ItemId": "b3050f07-77bc-4be5-97cc-2d36aa7b59ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b3050f07-77bc-4be5-97cc-2d36aa7b59ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a8dc5799-103c-4575-86c0-3374698529ab",
"Rows": [
{
"ItemId": "b3050f07-77bc-4be5-97cc-2d36aa7b59ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b3050f07-77bc-4be5-97cc-2d36aa7b59ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f5f1355-04c3-4e7f-8186-7bcbdc9bcb02",
"68c93d49-f35c-4189-91ea-4582804f3cc7"
],
"Approvers": [
"b0a86625-f0b3-46f7-9733-308ef0d6d175",
"4099fe7a-97fa-45e6-bbd7-ebec9597c651"
],
"ApprovedBy": "eb09d87a-1340-4971-91ac-b7fd8f11a0b4",
"ApprovalDate": "2026-08-21T20:00:43.6465079+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e5defbaa-4933-41ea-b870-4c2a5928e198",
"WorkPlanId": "e692105e-ee72-42fc-b24d-d8c2367666f9",
"id": "676636fb-82a3-403f-9b3f-a2906a6f248e",
"ConfigId": "0b847923-8a76-4298-a460-e488044bb421"
}
]