Returns a page of facilities.
Success
Bad Request
Unauthorized
Forbidden
Not Found
Server Error
{- "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "deactivated": "bool",
- "dba": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "state": "enum",
- "zipCode": "string",
- "phoneNumber": "string",
- "faxNumber": "string",
- "groupTaxId": "string",
- "facilityTaxId": "string",
- "contactName": "string",
- "contactEmail": "string"
}
], - "sortedBy": "Id",
- "sortDirection": "Asc",
- "sort": {
- "Id": "Asc"
}
}