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-10T14:47:58.3352387+00:00",
"SubmitDate": "2026-07-10T14:47:58.3352387+00:00",
"ReportPeriodStart": "2026-07-10T14:47:58.3352387+00:00",
"ReportPeriodEnd": "2026-07-10T14:47:58.3352387+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e895be02-6cda-4a3b-b4fe-922fc3f83934",
"Rows": [
{
"ItemId": "1a6a8a0d-0154-445b-8633-b128067f781c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1a6a8a0d-0154-445b-8633-b128067f781c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e895be02-6cda-4a3b-b4fe-922fc3f83934",
"Rows": [
{
"ItemId": "1a6a8a0d-0154-445b-8633-b128067f781c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1a6a8a0d-0154-445b-8633-b128067f781c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"de299062-0f53-4783-8968-9f6f159fe450",
"d6be9987-89a3-477b-822d-41a81f757652"
],
"Approvers": [
"7b2b1109-359b-4f38-a8bc-ef5df20ce367",
"b69fb495-d4bf-48db-b70a-86113f276952"
],
"ApprovedBy": "d9fad8b7-1d3b-44aa-bd95-80237a190879",
"ApprovalDate": "2026-07-10T14:47:58.3352387+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "bfa7da63-de4b-42de-be47-f59390b8d558",
"WorkPlanId": "651530c4-3130-4422-b40a-19716c25014d",
"id": "3c8428d3-c972-4189-b4d8-f132ded5cd97",
"ConfigId": "9d24e910-3324-4973-bcf5-d5bb43addb73"
},
{
"GenerationDate": "2026-07-10T14:47:58.3352387+00:00",
"SubmitDate": "2026-07-10T14:47:58.3352387+00:00",
"ReportPeriodStart": "2026-07-10T14:47:58.3352387+00:00",
"ReportPeriodEnd": "2026-07-10T14:47:58.3352387+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e895be02-6cda-4a3b-b4fe-922fc3f83934",
"Rows": [
{
"ItemId": "1a6a8a0d-0154-445b-8633-b128067f781c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1a6a8a0d-0154-445b-8633-b128067f781c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e895be02-6cda-4a3b-b4fe-922fc3f83934",
"Rows": [
{
"ItemId": "1a6a8a0d-0154-445b-8633-b128067f781c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1a6a8a0d-0154-445b-8633-b128067f781c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"de299062-0f53-4783-8968-9f6f159fe450",
"d6be9987-89a3-477b-822d-41a81f757652"
],
"Approvers": [
"7b2b1109-359b-4f38-a8bc-ef5df20ce367",
"b69fb495-d4bf-48db-b70a-86113f276952"
],
"ApprovedBy": "d9fad8b7-1d3b-44aa-bd95-80237a190879",
"ApprovalDate": "2026-07-10T14:47:58.3352387+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "bfa7da63-de4b-42de-be47-f59390b8d558",
"WorkPlanId": "651530c4-3130-4422-b40a-19716c25014d",
"id": "3c8428d3-c972-4189-b4d8-f132ded5cd97",
"ConfigId": "9d24e910-3324-4973-bcf5-d5bb43addb73"
}
]