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-31T11:50:21.6149103+00:00",
"SubmitDate": "2026-07-31T11:50:21.6149103+00:00",
"ReportPeriodStart": "2026-07-31T11:50:21.6149103+00:00",
"ReportPeriodEnd": "2026-07-31T11:50:21.6149103+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e184dc35-cf86-486b-b8b4-3a8aa0ecd895",
"Rows": [
{
"ItemId": "ad609c23-8e56-47cc-a623-cd9424b80c90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad609c23-8e56-47cc-a623-cd9424b80c90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e184dc35-cf86-486b-b8b4-3a8aa0ecd895",
"Rows": [
{
"ItemId": "ad609c23-8e56-47cc-a623-cd9424b80c90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad609c23-8e56-47cc-a623-cd9424b80c90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"30c9b13a-8709-4636-8c0f-756de9d68d26",
"d8cc9b44-d48b-4931-bc1b-04a6dc73a342"
],
"Approvers": [
"a0eb4b1b-f0a4-471d-bf60-0679baf44d9e",
"5c43f00f-3ca4-4b00-b1d1-1351d8512ea2"
],
"ApprovedBy": "a20b51eb-86c6-4fe9-b40b-4bcd70668b27",
"ApprovalDate": "2026-07-31T11:50:21.6149103+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a9792544-43cd-452e-9298-9ef086f67945",
"WorkPlanId": "a570e6a0-a720-4ba8-b85f-8250efa07a47",
"id": "f156f7f7-839a-49ed-ab37-22b1e7511b9d",
"ConfigId": "c73a482d-e6fb-4a1c-b843-324bd00b37d5"
},
{
"GenerationDate": "2026-07-31T11:50:21.6149103+00:00",
"SubmitDate": "2026-07-31T11:50:21.6149103+00:00",
"ReportPeriodStart": "2026-07-31T11:50:21.6149103+00:00",
"ReportPeriodEnd": "2026-07-31T11:50:21.6149103+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e184dc35-cf86-486b-b8b4-3a8aa0ecd895",
"Rows": [
{
"ItemId": "ad609c23-8e56-47cc-a623-cd9424b80c90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad609c23-8e56-47cc-a623-cd9424b80c90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e184dc35-cf86-486b-b8b4-3a8aa0ecd895",
"Rows": [
{
"ItemId": "ad609c23-8e56-47cc-a623-cd9424b80c90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad609c23-8e56-47cc-a623-cd9424b80c90",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"30c9b13a-8709-4636-8c0f-756de9d68d26",
"d8cc9b44-d48b-4931-bc1b-04a6dc73a342"
],
"Approvers": [
"a0eb4b1b-f0a4-471d-bf60-0679baf44d9e",
"5c43f00f-3ca4-4b00-b1d1-1351d8512ea2"
],
"ApprovedBy": "a20b51eb-86c6-4fe9-b40b-4bcd70668b27",
"ApprovalDate": "2026-07-31T11:50:21.6149103+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a9792544-43cd-452e-9298-9ef086f67945",
"WorkPlanId": "a570e6a0-a720-4ba8-b85f-8250efa07a47",
"id": "f156f7f7-839a-49ed-ab37-22b1e7511b9d",
"ConfigId": "c73a482d-e6fb-4a1c-b843-324bd00b37d5"
}
]