Get the Facility details for the Facility {id} path parameter.
OK
Bad Request
{- "results": {
- "type": "object",
- "data": {
- "id": "12345",
- "reference_id": "WASTATE1.MM24R",
- "name": "KMPL Manufacturing",
- "display_name": "KMPL Mfg",
- "identifier_code": "JALLCT1",
- "phone_number": "408-123-4567",
- "deleted": false,
- "licenses": [
- {
- "license_number": "KMPL20200815",
- "type": {
- "name": "M-Type 1"
}, - "start_date": "2021-01-12T00:00:00Z",
- "end_date": "2022-01-12T00:00:00Z"
}
], - "address": {
- "address_line_1": "577 Stoneybrook Road",
- "address_line_2": "Suite 100",
- "address_line_3": null,
- "country": "USA",
- "county": "Los Angeles",
- "city": "WEST HOLLYWOOD",
- "state": "CA",
- "zip": "92069",
- "gps": "37.33250383310398, -121.90493842065254"
}, - "entity_state": [
- {
- "state": "active",
- "date": "2021-01-12T05:27:39Z",
- "reason": "facility added",
- "actioned_by": "admin@kmp.com"
}
]
}
}, - "warnings": [ ]
}