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-06T14:33:07.9174778+00:00",
"SubmitDate": "2026-08-06T14:33:07.9174778+00:00",
"ReportPeriodStart": "2026-08-06T14:33:07.9174778+00:00",
"ReportPeriodEnd": "2026-08-06T14:33:07.9174778+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "043ee3e0-1b05-4786-aab9-059468548a56",
"Rows": [
{
"ItemId": "4c083d28-9bfc-4f9a-88b7-270fcb5048a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c083d28-9bfc-4f9a-88b7-270fcb5048a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "043ee3e0-1b05-4786-aab9-059468548a56",
"Rows": [
{
"ItemId": "4c083d28-9bfc-4f9a-88b7-270fcb5048a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c083d28-9bfc-4f9a-88b7-270fcb5048a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"69ab0dc5-e22f-43fb-91cf-7429be449fa4",
"b3b4df1f-12fd-4dfc-be20-4b05731e55df"
],
"Approvers": [
"691f1a87-dcfd-4b7f-89bd-6c6c72124b9e",
"152ed9b4-47d7-44cc-8708-fc9330b6be1d"
],
"ApprovedBy": "0579b629-55ff-4397-b168-da7ecd6b56bd",
"ApprovalDate": "2026-08-06T14:33:07.9174778+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7f7c414a-b269-4f1a-abc6-f4ac473a8689",
"WorkPlanId": "a86a0f21-748e-4821-9ba4-262b7bcca3de",
"id": "afe9cadf-f408-450d-aa78-09cb09e68a8a",
"ConfigId": "6b650861-4690-44a4-9845-17f177e31436"
},
{
"GenerationDate": "2026-08-06T14:33:07.9174778+00:00",
"SubmitDate": "2026-08-06T14:33:07.9174778+00:00",
"ReportPeriodStart": "2026-08-06T14:33:07.9174778+00:00",
"ReportPeriodEnd": "2026-08-06T14:33:07.9174778+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "043ee3e0-1b05-4786-aab9-059468548a56",
"Rows": [
{
"ItemId": "4c083d28-9bfc-4f9a-88b7-270fcb5048a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c083d28-9bfc-4f9a-88b7-270fcb5048a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "043ee3e0-1b05-4786-aab9-059468548a56",
"Rows": [
{
"ItemId": "4c083d28-9bfc-4f9a-88b7-270fcb5048a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4c083d28-9bfc-4f9a-88b7-270fcb5048a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"69ab0dc5-e22f-43fb-91cf-7429be449fa4",
"b3b4df1f-12fd-4dfc-be20-4b05731e55df"
],
"Approvers": [
"691f1a87-dcfd-4b7f-89bd-6c6c72124b9e",
"152ed9b4-47d7-44cc-8708-fc9330b6be1d"
],
"ApprovedBy": "0579b629-55ff-4397-b168-da7ecd6b56bd",
"ApprovalDate": "2026-08-06T14:33:07.9174778+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7f7c414a-b269-4f1a-abc6-f4ac473a8689",
"WorkPlanId": "a86a0f21-748e-4821-9ba4-262b7bcca3de",
"id": "afe9cadf-f408-450d-aa78-09cb09e68a8a",
"ConfigId": "6b650861-4690-44a4-9845-17f177e31436"
}
]