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-06-05T16:24:41.1601908+00:00",
"SubmitDate": "2026-06-05T16:24:41.1601908+00:00",
"ReportPeriodStart": "2026-06-05T16:24:41.1601908+00:00",
"ReportPeriodEnd": "2026-06-05T16:24:41.1601908+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6e6bef7f-e456-4776-8220-211cce11771c",
"Rows": [
{
"ItemId": "0fd5809e-8355-4e95-9858-c19692cd621e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0fd5809e-8355-4e95-9858-c19692cd621e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6e6bef7f-e456-4776-8220-211cce11771c",
"Rows": [
{
"ItemId": "0fd5809e-8355-4e95-9858-c19692cd621e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0fd5809e-8355-4e95-9858-c19692cd621e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"83c0c1e5-c3e2-4502-8595-d69816747a8e",
"b4d2e154-1820-4863-be31-aabdac79afe0"
],
"Approvers": [
"0b454b77-2c5b-4c03-9361-080a15889f7c",
"a3cb4162-ad12-4ab0-9a67-8031eff300e3"
],
"ApprovedBy": "00cc9a58-07ba-462c-8204-c1059d167e37",
"ApprovalDate": "2026-06-05T16:24:41.1601908+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "91a7f39a-5473-4b56-bc9d-4fdb07ef7eaa",
"id": "8186e79c-fe64-434a-9577-f3a7c8e16994",
"ConfigId": "93a81328-f1c6-4130-8edb-65f5083dbcf3"
},
"ReportsList": {
"2026-06-05T16:24:41.1601908+00:00": "16be8504-e905-45b4-a801-9c88772fb379"
}
}