Contacts
List all attributes
get/contacts/attributes
Response
Attributes listed
Example response
{
"attributes": [
{
"name": "LASTNAME",
"category": "category",
"type": "text",
"enumeration": [
{
"value": 1,
"label": "Women"
}
],
"calculatedValue": "COUNT[ORDER_ID,ORDER_DATE,==,NOW(-1)]"
}
]
}