v1

latestOpenAPI 3.0.02026-08-067074272.5 KB
Custom Fields

Retrieves the custom field with the specified id.

Pagination information will be in the header.

get/dashboards/{dashboard_id}/fields/{field_id}

Path parameters

dashboard_idinteger required
Example:121

Id of dashboard

field_idstring required
Example:f0d364d4-52e7-44a7-a1bb-b7ce0ccb5ead

Id of field

Response

The custom field name.

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"
}