List custom fields

GET /customfield/list

List all the custom fields available in the system

Responses

GET /customfield/list
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/customfield/list \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "id": 234,
    "name": "School year",
    "field_type": "L",
    "is_search_field": 0,
    "also_update": "H",
    "ask_when_adding": 0,
    "lookup_key_id": 6,
    "connector_label": "Mentor",
    "connectee_label": "Mentee",
    "is_mandatory": 0,
    "is_contact_type_field": 0
  }
]