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": "2025-12-03T13:05:59.9211575+00:00",
"SubmitDate": "2025-12-03T13:05:59.9211575+00:00",
"ReportPeriodStart": "2025-12-03T13:05:59.9211575+00:00",
"ReportPeriodEnd": "2025-12-03T13:05:59.9211575+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "898152a4-c0e7-479c-ba11-7cbba781dffd",
"Rows": [
{
"ItemId": "f6fc584d-369e-457a-8821-df4aa634c2bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f6fc584d-369e-457a-8821-df4aa634c2bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "898152a4-c0e7-479c-ba11-7cbba781dffd",
"Rows": [
{
"ItemId": "f6fc584d-369e-457a-8821-df4aa634c2bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f6fc584d-369e-457a-8821-df4aa634c2bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"babd3303-d49c-466e-bca5-652f2f1395ae",
"ad77085e-eec6-490e-8496-f3134c2315b3"
],
"Approvers": [
"0f5631bb-194e-48f2-adb5-98ff1c5b6ffb",
"152129ac-78cd-4d02-8369-5698c82cedb5"
],
"ApprovedBy": "e5256201-bd0c-4e25-9f22-94ff29872ad5",
"ApprovalDate": "2025-12-03T13:05:59.9211575+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c9a76cc2-3634-44cb-a52f-68db9558df10",
"id": "bc01549e-3851-40ac-8478-592424b85fd4",
"ConfigId": "27103e9e-d96e-4e51-b757-d2c0ac4316b5"
},
"ReportsList": {
"2025-12-03T13:05:59.9211575+00:00": "e205e566-7223-4216-b2fc-b25932332585"
}
}