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-23T11:43:28.201149+00:00",
"SubmitDate": "2026-07-23T11:43:28.201149+00:00",
"ReportPeriodStart": "2026-07-23T11:43:28.201149+00:00",
"ReportPeriodEnd": "2026-07-23T11:43:28.2167634+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5ce85acc-5bdd-4317-ba24-b772868abc50",
"Rows": [
{
"ItemId": "2c7a0206-da4a-4f14-bd08-7bfa59aeaff9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c7a0206-da4a-4f14-bd08-7bfa59aeaff9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5ce85acc-5bdd-4317-ba24-b772868abc50",
"Rows": [
{
"ItemId": "2c7a0206-da4a-4f14-bd08-7bfa59aeaff9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c7a0206-da4a-4f14-bd08-7bfa59aeaff9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"23512bdb-701d-45e3-bba5-14e1fcba248e",
"47a4dc7e-e75a-4ba5-8508-f9d7055fc59e"
],
"Approvers": [
"1fad2812-a868-402c-b0a6-45dc209ac0ef",
"f62507dd-a1cf-40cd-8b97-70513e1a5c83"
],
"ApprovedBy": "cc1c2bb5-3e58-4dde-94f4-b6e43d127c75",
"ApprovalDate": "2026-07-23T11:43:28.2167634+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "151a6d51-a166-4958-bb3e-f93792281b06",
"WorkPlanId": "1fb04e4f-7161-47e3-b643-2213d9f60541",
"id": "d49af066-fc5a-440f-aecd-c487710cb4b8",
"ConfigId": "a002911e-cc90-492e-92f3-3db5e7c75215"
},
{
"GenerationDate": "2026-07-23T11:43:28.201149+00:00",
"SubmitDate": "2026-07-23T11:43:28.201149+00:00",
"ReportPeriodStart": "2026-07-23T11:43:28.201149+00:00",
"ReportPeriodEnd": "2026-07-23T11:43:28.2167634+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5ce85acc-5bdd-4317-ba24-b772868abc50",
"Rows": [
{
"ItemId": "2c7a0206-da4a-4f14-bd08-7bfa59aeaff9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c7a0206-da4a-4f14-bd08-7bfa59aeaff9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5ce85acc-5bdd-4317-ba24-b772868abc50",
"Rows": [
{
"ItemId": "2c7a0206-da4a-4f14-bd08-7bfa59aeaff9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c7a0206-da4a-4f14-bd08-7bfa59aeaff9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"23512bdb-701d-45e3-bba5-14e1fcba248e",
"47a4dc7e-e75a-4ba5-8508-f9d7055fc59e"
],
"Approvers": [
"1fad2812-a868-402c-b0a6-45dc209ac0ef",
"f62507dd-a1cf-40cd-8b97-70513e1a5c83"
],
"ApprovedBy": "cc1c2bb5-3e58-4dde-94f4-b6e43d127c75",
"ApprovalDate": "2026-07-23T11:43:28.2167634+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "151a6d51-a166-4958-bb3e-f93792281b06",
"WorkPlanId": "1fb04e4f-7161-47e3-b643-2213d9f60541",
"id": "d49af066-fc5a-440f-aecd-c487710cb4b8",
"ConfigId": "a002911e-cc90-492e-92f3-3db5e7c75215"
}
]