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-05-02T16:48:55.9694262+00:00",
"SubmitDate": "2026-05-02T16:48:55.9694262+00:00",
"ReportPeriodStart": "2026-05-02T16:48:55.9694262+00:00",
"ReportPeriodEnd": "2026-05-02T16:48:55.9694262+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "68be0fa4-23be-4197-a598-b5e09d330bd8",
"Rows": [
{
"ItemId": "984a2aa7-8d42-457f-9288-6d1a2c4c9956",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "984a2aa7-8d42-457f-9288-6d1a2c4c9956",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "68be0fa4-23be-4197-a598-b5e09d330bd8",
"Rows": [
{
"ItemId": "984a2aa7-8d42-457f-9288-6d1a2c4c9956",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "984a2aa7-8d42-457f-9288-6d1a2c4c9956",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4fd22847-f796-4fcb-901f-82c7c363ac5b",
"0fed2d1e-612d-4799-a41e-5d226ad7c5aa"
],
"Approvers": [
"51aef0e8-0473-4062-9bba-17870af55a22",
"9a2715f9-a305-4764-bd1b-23e964f79635"
],
"ApprovedBy": "82f5b394-f061-486b-a7c0-13db7acb02a5",
"ApprovalDate": "2026-05-02T16:48:55.9694262+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9b562a96-a91b-4ad7-a344-6d3491155cc7",
"id": "bf23038f-951a-4c24-9fd1-43099c77b9c1",
"ConfigId": "628d3b0e-9a68-49cb-aca7-cfb7535fa6d9"
},
"ReportsList": {
"2026-05-02T16:48:55.9694262+00:00": "bfa9ae6b-83a1-4e6a-902e-6f5c194f42f3"
}
}