GET api/statusreports/{PlanId}?ReportId={ReportId}
Get latest report for plan
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanId | globally unique identifier |
Required |
|
| ReportId | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
StatusReportInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Report | StatusReport |
None. |
|
| ReportsList | Dictionary of date [key] and globally unique identifier [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"Report": {
"GenerationDate": "2026-02-01T14:09:23.0584913+00:00",
"SubmitDate": "2026-02-01T14:09:23.0584913+00:00",
"ReportPeriodStart": "2026-02-01T14:09:23.0584913+00:00",
"ReportPeriodEnd": "2026-02-01T14:09:23.0584913+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "836f84cc-63ea-41c3-ba2e-d0848ca2184e",
"Rows": [
{
"ItemId": "e88fdf2b-4fe6-4ac8-8550-cafe75b85741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e88fdf2b-4fe6-4ac8-8550-cafe75b85741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "836f84cc-63ea-41c3-ba2e-d0848ca2184e",
"Rows": [
{
"ItemId": "e88fdf2b-4fe6-4ac8-8550-cafe75b85741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e88fdf2b-4fe6-4ac8-8550-cafe75b85741",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8138283e-fa9d-4885-8878-e582966693a9",
"af278c62-2ee7-4b83-82f3-855c5cc9b11f"
],
"Approvers": [
"cea43695-d847-4693-9c11-44b95aec39ee",
"4225fd0c-4dda-42cd-91db-a91f7f4a92a9"
],
"ApprovedBy": "4dd72fde-a4e7-4a18-ad31-bad23afa82f6",
"ApprovalDate": "2026-02-01T14:09:23.0584913+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8bc0b4a3-8768-45ee-9d11-0a68af71c227",
"id": "7e077430-0247-44cb-b206-447468539f96",
"ConfigId": "a4c53968-10a3-4de6-a7d6-a1b0cda253eb"
},
"ReportsList": {
"2026-02-01T14:09:23.0584913+00:00": "61b137cf-5fc3-4c7d-b61b-fbe1635de9ff"
}
}