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-28T21:05:38.5594733+00:00",
"SubmitDate": "2026-07-28T21:05:38.5594733+00:00",
"ReportPeriodStart": "2026-07-28T21:05:38.5594733+00:00",
"ReportPeriodEnd": "2026-07-28T21:05:38.5594733+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bacc389d-7234-4c27-9d5b-f1920b1f9e4b",
"Rows": [
{
"ItemId": "0c23fee1-a017-4fb4-87aa-fef723562ab3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c23fee1-a017-4fb4-87aa-fef723562ab3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bacc389d-7234-4c27-9d5b-f1920b1f9e4b",
"Rows": [
{
"ItemId": "0c23fee1-a017-4fb4-87aa-fef723562ab3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c23fee1-a017-4fb4-87aa-fef723562ab3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"37e454d2-7ae5-425e-9073-bad6abc1be8c",
"b0083d90-2bd4-4f18-9036-41c4e5297a01"
],
"Approvers": [
"3d88cd28-10ca-45d4-ae26-3955c783a8a6",
"96ff6ae8-eaaf-477a-8a01-5de485c65f3d"
],
"ApprovedBy": "777255cf-7be7-4331-8022-1f74c4403d7f",
"ApprovalDate": "2026-07-28T21:05:38.5594733+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "42cab3a4-a5f0-4e9b-8b25-4079913fb566",
"WorkPlanId": "556e7304-9f3f-4453-b9f1-f106832a63fb",
"id": "6fe50d4d-1526-4866-b220-2969cdd49422",
"ConfigId": "16dcdd20-1107-441c-ad56-7769c70afa87"
},
{
"GenerationDate": "2026-07-28T21:05:38.5594733+00:00",
"SubmitDate": "2026-07-28T21:05:38.5594733+00:00",
"ReportPeriodStart": "2026-07-28T21:05:38.5594733+00:00",
"ReportPeriodEnd": "2026-07-28T21:05:38.5594733+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bacc389d-7234-4c27-9d5b-f1920b1f9e4b",
"Rows": [
{
"ItemId": "0c23fee1-a017-4fb4-87aa-fef723562ab3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c23fee1-a017-4fb4-87aa-fef723562ab3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bacc389d-7234-4c27-9d5b-f1920b1f9e4b",
"Rows": [
{
"ItemId": "0c23fee1-a017-4fb4-87aa-fef723562ab3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c23fee1-a017-4fb4-87aa-fef723562ab3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"37e454d2-7ae5-425e-9073-bad6abc1be8c",
"b0083d90-2bd4-4f18-9036-41c4e5297a01"
],
"Approvers": [
"3d88cd28-10ca-45d4-ae26-3955c783a8a6",
"96ff6ae8-eaaf-477a-8a01-5de485c65f3d"
],
"ApprovedBy": "777255cf-7be7-4331-8022-1f74c4403d7f",
"ApprovalDate": "2026-07-28T21:05:38.5594733+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "42cab3a4-a5f0-4e9b-8b25-4079913fb566",
"WorkPlanId": "556e7304-9f3f-4453-b9f1-f106832a63fb",
"id": "6fe50d4d-1526-4866-b220-2969cdd49422",
"ConfigId": "16dcdd20-1107-441c-ad56-7769c70afa87"
}
]