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-25T23:42:46.480699+00:00",
"SubmitDate": "2026-07-25T23:42:46.480699+00:00",
"ReportPeriodStart": "2026-07-25T23:42:46.480699+00:00",
"ReportPeriodEnd": "2026-07-25T23:42:46.480699+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dbb9129e-153a-46aa-8c96-426104500bda",
"Rows": [
{
"ItemId": "b2d62b41-0d50-4938-ae4f-2fa8a7949846",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2d62b41-0d50-4938-ae4f-2fa8a7949846",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dbb9129e-153a-46aa-8c96-426104500bda",
"Rows": [
{
"ItemId": "b2d62b41-0d50-4938-ae4f-2fa8a7949846",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2d62b41-0d50-4938-ae4f-2fa8a7949846",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8cb62fca-b057-4151-922f-aac715ae0954",
"604391dc-14c1-4a52-9805-49fe8eb7fbf6"
],
"Approvers": [
"80e92931-ede6-44cb-855b-ccba14e93989",
"2f625d54-3b27-48c1-b916-c75d551b8b2d"
],
"ApprovedBy": "810844f8-ddef-4d9f-9e1b-ada0c656a1b7",
"ApprovalDate": "2026-07-25T23:42:46.480699+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c506ef72-b733-4a95-85ab-74640e52896a",
"WorkPlanId": "ef135be0-03a0-4468-932d-48c9fa45cbba",
"id": "b85862c6-f5a9-4e89-ae02-6c7eea92494b",
"ConfigId": "ab146885-9e6e-4e93-986f-18dde4a1a92e"
},
{
"GenerationDate": "2026-07-25T23:42:46.480699+00:00",
"SubmitDate": "2026-07-25T23:42:46.480699+00:00",
"ReportPeriodStart": "2026-07-25T23:42:46.480699+00:00",
"ReportPeriodEnd": "2026-07-25T23:42:46.480699+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dbb9129e-153a-46aa-8c96-426104500bda",
"Rows": [
{
"ItemId": "b2d62b41-0d50-4938-ae4f-2fa8a7949846",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2d62b41-0d50-4938-ae4f-2fa8a7949846",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dbb9129e-153a-46aa-8c96-426104500bda",
"Rows": [
{
"ItemId": "b2d62b41-0d50-4938-ae4f-2fa8a7949846",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2d62b41-0d50-4938-ae4f-2fa8a7949846",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8cb62fca-b057-4151-922f-aac715ae0954",
"604391dc-14c1-4a52-9805-49fe8eb7fbf6"
],
"Approvers": [
"80e92931-ede6-44cb-855b-ccba14e93989",
"2f625d54-3b27-48c1-b916-c75d551b8b2d"
],
"ApprovedBy": "810844f8-ddef-4d9f-9e1b-ada0c656a1b7",
"ApprovalDate": "2026-07-25T23:42:46.480699+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c506ef72-b733-4a95-85ab-74640e52896a",
"WorkPlanId": "ef135be0-03a0-4468-932d-48c9fa45cbba",
"id": "b85862c6-f5a9-4e89-ae02-6c7eea92494b",
"ConfigId": "ab146885-9e6e-4e93-986f-18dde4a1a92e"
}
]