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-21T19:49:44.6036864+00:00",
"SubmitDate": "2026-07-21T19:49:44.6036864+00:00",
"ReportPeriodStart": "2026-07-21T19:49:44.6036864+00:00",
"ReportPeriodEnd": "2026-07-21T19:49:44.6036864+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8f00bc99-cc7e-46e1-9c31-06b90950e3d1",
"Rows": [
{
"ItemId": "b29e69b3-f725-43dc-99c0-cb613743d563",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b29e69b3-f725-43dc-99c0-cb613743d563",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8f00bc99-cc7e-46e1-9c31-06b90950e3d1",
"Rows": [
{
"ItemId": "b29e69b3-f725-43dc-99c0-cb613743d563",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b29e69b3-f725-43dc-99c0-cb613743d563",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e835564a-0aa9-4838-9676-f9c778a67bc2",
"2e58e279-2015-45a2-8440-5c07c8094a24"
],
"Approvers": [
"6d305c16-286f-4be8-9393-f717517fcf15",
"53799480-76b3-4ed8-923f-6f97df1459ce"
],
"ApprovedBy": "003e422c-a6c2-4110-965c-384d71600255",
"ApprovalDate": "2026-07-21T19:49:44.6036864+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e3720664-1a9b-419f-b998-382aff94b5d3",
"WorkPlanId": "be9da3de-f378-4b48-93e0-098d3de8c3a5",
"id": "91b197c3-5b09-47f0-8335-c5281185dd58",
"ConfigId": "9abd0a2e-0bba-40d8-93fc-b701a7ec632a"
},
{
"GenerationDate": "2026-07-21T19:49:44.6036864+00:00",
"SubmitDate": "2026-07-21T19:49:44.6036864+00:00",
"ReportPeriodStart": "2026-07-21T19:49:44.6036864+00:00",
"ReportPeriodEnd": "2026-07-21T19:49:44.6036864+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8f00bc99-cc7e-46e1-9c31-06b90950e3d1",
"Rows": [
{
"ItemId": "b29e69b3-f725-43dc-99c0-cb613743d563",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b29e69b3-f725-43dc-99c0-cb613743d563",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8f00bc99-cc7e-46e1-9c31-06b90950e3d1",
"Rows": [
{
"ItemId": "b29e69b3-f725-43dc-99c0-cb613743d563",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b29e69b3-f725-43dc-99c0-cb613743d563",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e835564a-0aa9-4838-9676-f9c778a67bc2",
"2e58e279-2015-45a2-8440-5c07c8094a24"
],
"Approvers": [
"6d305c16-286f-4be8-9393-f717517fcf15",
"53799480-76b3-4ed8-923f-6f97df1459ce"
],
"ApprovedBy": "003e422c-a6c2-4110-965c-384d71600255",
"ApprovalDate": "2026-07-21T19:49:44.6036864+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e3720664-1a9b-419f-b998-382aff94b5d3",
"WorkPlanId": "be9da3de-f378-4b48-93e0-098d3de8c3a5",
"id": "91b197c3-5b09-47f0-8335-c5281185dd58",
"ConfigId": "9abd0a2e-0bba-40d8-93fc-b701a7ec632a"
}
]