v1

latestOpenAPI 3.0.02026-07-2447166133.5 KB
Contact Fields

List all organization contact fields available to the organization

This operation lists all organization contact fields. These fields appear on all contacts in the interface.

get/contacts/fields

Query parameters

pageSizeinteger

How many tags to return at one time (max 500)

paginationTokenstring

Token given in a previous response to allow requesting the next page

Example:abcdefghijklmnop

Response

Expected response to a valid request

hasMoreboolean required
paginationTokenstring

Token given in a previous response to allow requesting the next page

totalCountinteger required

Example response

{
  "fields": [
    {
      "id": "managedCustomField_0E5QDGJC03000",
      "name": "Preferred Pharmacy"
    }
  ],
  "paginationToken": "abcdefghijklmnop",
  "totalCount": 750
}