Table of Contents
Supportable maintains a global list of sexes which are used by the application.
Sample Request #
Headers | Authorization = Bearer [token] |
Parameters | None |
Body | None |
GET https://connect.supportableapp.com/api/sexes
Sample Response JSON #
Status: 200
[ { "id": "6229d252dde96cb71bd9aa3f", "name": "Prefer not to say", "status": true }, { "id": "6229d252dde96cb71bd9aa3e", "name": "Female", "status": true }, { "id": "6229d252dde96cb71bd9aa3d", "name": "Male", "status": true } ]
Notes on Values #
Attribute | Data Type | Description |
---|---|---|
id | string | The unique identifier of the sex. |
name | string | The name of the sex, as it appears in the application. |
status | string | Whether the sex is active in Supportable. If false, the sex will not appear in the application. |