v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
fields

Get list elements

Returns all values for a list-type field (e.g., source, status options).

get/crm/v1/entities/{entity}/lists/{field}

Response

Successful response

titlestring
valuestring
colorstring
sortinteger
selectedboolean

Example response

[
  {
    "title": "Shop",
    "value": "shop",
    "color": "#6AD01F",
    "sort": 20,
    "selected": true
  }
]