List all attributes
GET {{baseUrl}}/contacts/attributes
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"attributes":[{"name":"LASTNAME","category":"normal","type":"text"},{"name":"FIRSTNAME","category":"normal","type":"text"},{"name":"DOB","category":"normal","type":"date"},{"name":"GENDER","category":"category","type":"text","enumeration":[{"value":1,"label":"Men"},{"value":2,"label":"Women"},{"value":3,"label":"Kid"}]}]}