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-17T11:27:46.9367277+00:00",
"SubmitDate": "2026-08-17T11:27:46.9367277+00:00",
"ReportPeriodStart": "2026-08-17T11:27:46.9367277+00:00",
"ReportPeriodEnd": "2026-08-17T11:27:46.9367277+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a9a4706-9471-4754-8917-ebc008a899de",
"Rows": [
{
"ItemId": "88cf1f2b-5593-407f-addc-c27d2291b1d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "88cf1f2b-5593-407f-addc-c27d2291b1d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a9a4706-9471-4754-8917-ebc008a899de",
"Rows": [
{
"ItemId": "88cf1f2b-5593-407f-addc-c27d2291b1d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "88cf1f2b-5593-407f-addc-c27d2291b1d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dda9f987-8863-4001-bd7f-0854bfd21125",
"087130c0-e1f2-4861-b8bb-de64c4b25eda"
],
"Approvers": [
"bad3fc93-1a3d-4a8e-b951-584398f7e950",
"bbf23a75-293f-4a53-b513-4f625a813697"
],
"ApprovedBy": "f69879bc-2e97-4ca4-93fc-01ef2adda8c6",
"ApprovalDate": "2026-08-17T11:27:46.9367277+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "23a53420-fc8e-407b-88d1-a1115b7f0748",
"WorkPlanId": "02636a8e-274b-4dfb-bf9e-6aa5fa40392d",
"id": "6aa799cf-1bd2-4608-b43a-da8ab4fb09cf",
"ConfigId": "22c79541-a6fd-4dbd-96e4-051312ad13c5"
},
{
"GenerationDate": "2026-08-17T11:27:46.9367277+00:00",
"SubmitDate": "2026-08-17T11:27:46.9367277+00:00",
"ReportPeriodStart": "2026-08-17T11:27:46.9367277+00:00",
"ReportPeriodEnd": "2026-08-17T11:27:46.9367277+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a9a4706-9471-4754-8917-ebc008a899de",
"Rows": [
{
"ItemId": "88cf1f2b-5593-407f-addc-c27d2291b1d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "88cf1f2b-5593-407f-addc-c27d2291b1d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a9a4706-9471-4754-8917-ebc008a899de",
"Rows": [
{
"ItemId": "88cf1f2b-5593-407f-addc-c27d2291b1d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "88cf1f2b-5593-407f-addc-c27d2291b1d2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dda9f987-8863-4001-bd7f-0854bfd21125",
"087130c0-e1f2-4861-b8bb-de64c4b25eda"
],
"Approvers": [
"bad3fc93-1a3d-4a8e-b951-584398f7e950",
"bbf23a75-293f-4a53-b513-4f625a813697"
],
"ApprovedBy": "f69879bc-2e97-4ca4-93fc-01ef2adda8c6",
"ApprovalDate": "2026-08-17T11:27:46.9367277+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "23a53420-fc8e-407b-88d1-a1115b7f0748",
"WorkPlanId": "02636a8e-274b-4dfb-bf9e-6aa5fa40392d",
"id": "6aa799cf-1bd2-4608-b43a-da8ab4fb09cf",
"ConfigId": "22c79541-a6fd-4dbd-96e4-051312ad13c5"
}
]