Get an existing facility

Returns the data for a specific facility.

Request
path Parameters
facilityId
required
string <uuid>

Identifier of the facility to get the data for.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/facilities/{facilityId}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "deactivated": true,
  • "parentFacilityId": "ae79f421-c013-4bee-baba-e205d7217df1",
  • "dba": "string",
  • "addressLine1": "string",
  • "addressLine2": "string",
  • "city": "string",
  • "state": "AL",
  • "zipCode": "string",
  • "phoneNumber": "string",
  • "faxNumber": "string",
  • "groupTaxId": "string",
  • "facilityTaxId": "string",
  • "contactName": "string",
  • "contactEmail": "string",
  • "medicarePartANumber": "string",
  • "medicarePartBNumber": "string",
  • "medicaidNumber": "string"
}