API Call Examples

  • /facilities
    • Returns all facilities
  • /facilities/id
    • Returns a single facility matching the specified id
  • /facilities/byname?facilityName=facilityName
    • Returns a list of facilities matching the specified facility name
  • /facilities/bytype?facilityType=facilityTypeName
    • Returns a list of facilities matching the specified facility type name
  • /facilities/bydepartment?department=departmentName
    • Returns a list of facilities matching the specified department name
  • /facilities/bydepartmentandtype?department=departmentName&facilityType=facilityTypeName
    • Returns a list of facilities matching the specified department name and facility type name