v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
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)]"
    }
  ]
}