v1

latestOpenAPI 3.0.02026-08-067074272.5 KB
Custom Fields

Retrieves all custom fields.

All custom fields will be returned.

get/dashboards/{dashboard_id}/fields

Path parameters

dashboard_idinteger required
Example:121

Id of dashboard

Response

The custom fields. There is no pagination; all fields will be returned at once.

idstring

This will be a Guid that you can use to set a contact's custom field.

namestring

Name of the custom field.

Example response

[
  {
    "id": "750d2ef9-d818-4c27-be9f-09978e1b43ee",
    "name": "Email"
  }
]