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-23T06:40:42.5942862+00:00",
"SubmitDate": "2026-08-23T06:40:42.5942862+00:00",
"ReportPeriodStart": "2026-08-23T06:40:42.5942862+00:00",
"ReportPeriodEnd": "2026-08-23T06:40:42.5942862+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe3fc95f-e8bc-4bac-9d02-4fd825f2fcba",
"Rows": [
{
"ItemId": "10a0163c-4992-460f-bb43-359d05deb741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10a0163c-4992-460f-bb43-359d05deb741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe3fc95f-e8bc-4bac-9d02-4fd825f2fcba",
"Rows": [
{
"ItemId": "10a0163c-4992-460f-bb43-359d05deb741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10a0163c-4992-460f-bb43-359d05deb741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17830509-fa7d-44df-88e8-f30e737897bb",
"62c0339c-9bfb-4ae9-9bfd-c6643c4837c4"
],
"Approvers": [
"15f65e57-1f4a-4d3c-96a1-9673f2b5a6d8",
"6c8c8893-27e5-41fb-bc05-112ae8152496"
],
"ApprovedBy": "30ef0a91-3125-4047-b76e-7fef99546d67",
"ApprovalDate": "2026-08-23T06:40:42.5942862+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d45bd908-a2a7-4cf5-aafc-b4db57261118",
"WorkPlanId": "874f7be2-f384-4d49-9fb8-6607ded5acf2",
"id": "4ca91819-6a0b-4838-95a3-4ca80e576d56",
"ConfigId": "795c7a8b-01c3-4224-abf2-9b91d48affa1"
},
{
"GenerationDate": "2026-08-23T06:40:42.5942862+00:00",
"SubmitDate": "2026-08-23T06:40:42.5942862+00:00",
"ReportPeriodStart": "2026-08-23T06:40:42.5942862+00:00",
"ReportPeriodEnd": "2026-08-23T06:40:42.5942862+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe3fc95f-e8bc-4bac-9d02-4fd825f2fcba",
"Rows": [
{
"ItemId": "10a0163c-4992-460f-bb43-359d05deb741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10a0163c-4992-460f-bb43-359d05deb741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe3fc95f-e8bc-4bac-9d02-4fd825f2fcba",
"Rows": [
{
"ItemId": "10a0163c-4992-460f-bb43-359d05deb741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10a0163c-4992-460f-bb43-359d05deb741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17830509-fa7d-44df-88e8-f30e737897bb",
"62c0339c-9bfb-4ae9-9bfd-c6643c4837c4"
],
"Approvers": [
"15f65e57-1f4a-4d3c-96a1-9673f2b5a6d8",
"6c8c8893-27e5-41fb-bc05-112ae8152496"
],
"ApprovedBy": "30ef0a91-3125-4047-b76e-7fef99546d67",
"ApprovalDate": "2026-08-23T06:40:42.5942862+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d45bd908-a2a7-4cf5-aafc-b4db57261118",
"WorkPlanId": "874f7be2-f384-4d49-9fb8-6607ded5acf2",
"id": "4ca91819-6a0b-4838-95a3-4ca80e576d56",
"ConfigId": "795c7a8b-01c3-4224-abf2-9b91d48affa1"
}
]