Location Type

Supportable maintains a global list of Location Types which are used across the application.

Sample Request #

HeadersAuthorization = Bearer [token]
ParametersNone
BodyNone
GET https://connect.supportableapp.com/api/location-types

Sample Response JSON #

Status: 200

[
  {
    "id": "62860d0cf31490171ab7b9de",
    "name": "Apartment",
    "status": true
  },
  {
    "id": "62860d0cf31490171ab7b9df",
    "name": "Office",
    "status": true
  },
  {
    "id": "62860d0cf31490171ab7b9e0",
    "name": "House",
    "status": true
  },
  {
    "id": "62860d0cf31490171ab7b9e1",
    "name": "External in community",
    "status": true
  }
]

Notes on Values #

AttributeData TypeDescription
idstringThe unique identifier for the Location Type.
namestringThe name of the Location Type as it appears in the application.
statusbooleanWhether the Location Type is active in Supportable.