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. |
|
| ManualReportIds | Collection of globally unique identifier |
None. |
|
| PlanLevelOverrideReportIds | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Report": {
"GenerationDate": "2026-07-21T13:09:09.5820516+00:00",
"SubmitDate": "2026-07-21T13:09:09.5820516+00:00",
"ReportPeriodStart": "2026-07-21T13:09:09.5820516+00:00",
"ReportPeriodEnd": "2026-07-21T13:09:09.5820516+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "65e13d17-7406-4f9a-82b8-3ab8675b8ea2",
"Rows": [
{
"ItemId": "bacb38d1-c8de-485f-a05b-377ad49bb607",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bacb38d1-c8de-485f-a05b-377ad49bb607",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "65e13d17-7406-4f9a-82b8-3ab8675b8ea2",
"Rows": [
{
"ItemId": "bacb38d1-c8de-485f-a05b-377ad49bb607",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bacb38d1-c8de-485f-a05b-377ad49bb607",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"960d7afd-758a-46f2-82f0-657e0a789792",
"1be70b79-47f1-4417-88eb-5a1d0bd070b7"
],
"Approvers": [
"ac9069bd-4513-485e-bb48-a3780590b17d",
"4ce7c7d3-5680-47c9-838e-f3998b90c9e0"
],
"ApprovedBy": "912980d3-dc4a-425a-985f-cc123535a660",
"ApprovalDate": "2026-07-21T13:09:09.5820516+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "327549c4-385d-46fb-b5fc-49c933528338",
"WorkPlanId": "43663b51-6bdf-42fd-887d-4a5f97628452",
"id": "0ecb7a9b-d5da-4132-8358-ab23c0204d54",
"ConfigId": "f8855c85-f6df-4cb3-942f-84f81a78feb0"
},
"ReportsList": {
"2026-07-21T13:09:09.5820516+00:00": "7ec4d80d-b2fe-48ec-af94-92254fb7b8a2"
},
"ManualReportIds": [
"bb022bf8-2d2b-4ebf-a579-31f9f5254664",
"cb4dd1d3-8ae7-4ffd-be38-c14c54e6dc92"
],
"PlanLevelOverrideReportIds": [
"12e601b4-3e02-46cf-9566-3e423309cb91",
"0a6d0b1d-1c3c-4aee-bb4e-1f72c4a71952"
]
}