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-28T01:25:57.1444892+00:00",
"SubmitDate": "2026-08-28T01:25:57.1444892+00:00",
"ReportPeriodStart": "2026-08-28T01:25:57.1444892+00:00",
"ReportPeriodEnd": "2026-08-28T01:25:57.1444892+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f7a63d68-94b9-447c-a997-2773e2162b9c",
"Rows": [
{
"ItemId": "fa74948d-b095-463b-b965-913c5c83cb6f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fa74948d-b095-463b-b965-913c5c83cb6f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f7a63d68-94b9-447c-a997-2773e2162b9c",
"Rows": [
{
"ItemId": "fa74948d-b095-463b-b965-913c5c83cb6f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fa74948d-b095-463b-b965-913c5c83cb6f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cd4d6b53-7101-4ab4-a90e-3acc7ea1f920",
"2d4bdafc-b542-4a0b-994c-ea956f2a73ac"
],
"Approvers": [
"16b18996-cb15-41d9-ac0c-0ee1f6e72dae",
"6cf8aa4d-5597-413b-ab7f-0f5149132aa5"
],
"ApprovedBy": "1d46259a-3c22-4378-bd51-024f81ea0397",
"ApprovalDate": "2026-08-28T01:25:57.1444892+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0416f234-8a8a-43b9-a0af-5e30a2bcdf39",
"WorkPlanId": "5fd4bab7-0039-4f73-ac0c-0a315886ee20",
"id": "1aaa2a0a-663f-4dd8-aa4a-be8614d9dbac",
"ConfigId": "345ca9cf-e921-4717-aea3-bd86c150d1b8"
},
{
"GenerationDate": "2026-08-28T01:25:57.1444892+00:00",
"SubmitDate": "2026-08-28T01:25:57.1444892+00:00",
"ReportPeriodStart": "2026-08-28T01:25:57.1444892+00:00",
"ReportPeriodEnd": "2026-08-28T01:25:57.1444892+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f7a63d68-94b9-447c-a997-2773e2162b9c",
"Rows": [
{
"ItemId": "fa74948d-b095-463b-b965-913c5c83cb6f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fa74948d-b095-463b-b965-913c5c83cb6f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f7a63d68-94b9-447c-a997-2773e2162b9c",
"Rows": [
{
"ItemId": "fa74948d-b095-463b-b965-913c5c83cb6f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fa74948d-b095-463b-b965-913c5c83cb6f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cd4d6b53-7101-4ab4-a90e-3acc7ea1f920",
"2d4bdafc-b542-4a0b-994c-ea956f2a73ac"
],
"Approvers": [
"16b18996-cb15-41d9-ac0c-0ee1f6e72dae",
"6cf8aa4d-5597-413b-ab7f-0f5149132aa5"
],
"ApprovedBy": "1d46259a-3c22-4378-bd51-024f81ea0397",
"ApprovalDate": "2026-08-28T01:25:57.1444892+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0416f234-8a8a-43b9-a0af-5e30a2bcdf39",
"WorkPlanId": "5fd4bab7-0039-4f73-ac0c-0a315886ee20",
"id": "1aaa2a0a-663f-4dd8-aa4a-be8614d9dbac",
"ConfigId": "345ca9cf-e921-4717-aea3-bd86c150d1b8"
}
]