Skip to main content

Get Facilities

GET 

/api/v2/public/facilities

Returns an array of facilities which the user has connection to.

Request

Query Parameters

    limit number

    Possible values: <= 100

    Default value: 10

    Pagination parameter, use to specify the quantity of records returned

    Example: 10
    offset number

    Default value: 0

    Pagination parameter, use to specify the number of records to skip before starting to return results

    Example: 10
    sortDirection string

    Possible values: [ASC, DESC]

    Default value: DESC

    Pagination parameter, use to specify the order of records by creation date, either 'asc' for ascending or 'desc' for descending

    Example: DESC

Responses

Schema
    data object[]
  • Array [
  • facilityId stringrequired

    Nursa id of the facility

    name stringrequired

    Name of the facility

    type stringrequired

    Type of the facility

    category stringrequired

    Category of the facility

    numberOfBeds numberrequired

    Possible values: <= 999

    Number of beds in the facility

    streetAddress stringrequired

    Street address of the facility

    cityName stringrequired

    Name of the city where the facility is located

    zipCode ##### | #####-####required

    Zip code of the facility

    stateCode stringrequired

    State Abbreviation of the facility in ANSI standard

    county stringrequired

    Name of the county where the facility is located

    contactPhone +1##########required

    Telephone number of the facility

    billingInformation objectrequired
    contactName stringrequired

    Name of the contact

    contactEmail stringrequired

    Email of the contact

    contactPhone +1##########required

    Telephone number of the contact

    specialty object[]required

    Data related to the facility specialty

  • Array [
  • title stringrequired

    Title of the specialty

    description stringrequired

    Description of the Specialty

  • ]
  • websiteUrl string

    Website URL of the facility

    healthCareSystem string

    Healthcare System of the facility

  • ]
  • meta object
    limit numberrequired

    Number of items returned

    offset numberrequired

    Starting position

    sortDirection objectrequired

    Sorting direction

    total numberrequired

    Total records found

Loading...