Table of Contents
Supportable maintains a global list of Location Types which are used across the application.
Sample Request #
Headers | Authorization = Bearer [token] |
Parameters | None |
Body | None |
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 #
Attribute | Data Type | Description |
---|---|---|
id | string | The unique identifier for the Location Type. |
name | string | The name of the Location Type as it appears in the application. |
status | boolean | Whether the Location Type is active in Supportable. |