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-31T08:18:08.0050274+00:00",
"SubmitDate": "2026-08-31T08:18:08.0050274+00:00",
"ReportPeriodStart": "2026-08-31T08:18:08.0050274+00:00",
"ReportPeriodEnd": "2026-08-31T08:18:08.0050274+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8582cc7f-cf44-43da-aa02-f5b2e269eedd",
"Rows": [
{
"ItemId": "9b176f85-179d-40c7-9703-44973bc9e785",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b176f85-179d-40c7-9703-44973bc9e785",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8582cc7f-cf44-43da-aa02-f5b2e269eedd",
"Rows": [
{
"ItemId": "9b176f85-179d-40c7-9703-44973bc9e785",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b176f85-179d-40c7-9703-44973bc9e785",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"942e228e-e3b5-4667-ae0d-9614231b7c5b",
"28a52ec3-36b2-41ed-ab49-44c2a8c94d53"
],
"Approvers": [
"2a226615-82c6-4085-b7c8-e0529b38d177",
"92f68153-99c8-4348-b24f-b85a55a69a14"
],
"ApprovedBy": "732f45a4-107d-4567-a4be-7b4cf869ac82",
"ApprovalDate": "2026-08-31T08:18:08.0050274+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e64178d4-f046-4803-8090-30b52677bf6b",
"WorkPlanId": "826dc9dc-fc49-462c-8a67-aca8cd3498b6",
"id": "3b416259-1529-4010-ac89-b791f706a432",
"ConfigId": "2b17e506-1bf6-4cbb-b762-485b51e5196f"
},
{
"GenerationDate": "2026-08-31T08:18:08.0050274+00:00",
"SubmitDate": "2026-08-31T08:18:08.0050274+00:00",
"ReportPeriodStart": "2026-08-31T08:18:08.0050274+00:00",
"ReportPeriodEnd": "2026-08-31T08:18:08.0050274+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8582cc7f-cf44-43da-aa02-f5b2e269eedd",
"Rows": [
{
"ItemId": "9b176f85-179d-40c7-9703-44973bc9e785",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b176f85-179d-40c7-9703-44973bc9e785",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8582cc7f-cf44-43da-aa02-f5b2e269eedd",
"Rows": [
{
"ItemId": "9b176f85-179d-40c7-9703-44973bc9e785",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b176f85-179d-40c7-9703-44973bc9e785",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"942e228e-e3b5-4667-ae0d-9614231b7c5b",
"28a52ec3-36b2-41ed-ab49-44c2a8c94d53"
],
"Approvers": [
"2a226615-82c6-4085-b7c8-e0529b38d177",
"92f68153-99c8-4348-b24f-b85a55a69a14"
],
"ApprovedBy": "732f45a4-107d-4567-a4be-7b4cf869ac82",
"ApprovalDate": "2026-08-31T08:18:08.0050274+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e64178d4-f046-4803-8090-30b52677bf6b",
"WorkPlanId": "826dc9dc-fc49-462c-8a67-aca8cd3498b6",
"id": "3b416259-1529-4010-ac89-b791f706a432",
"ConfigId": "2b17e506-1bf6-4cbb-b762-485b51e5196f"
}
]