Get a specific custom field

GET /customfield/{id}

List the properties of a specific custom field

Path parameters

  • id integer Required

    The ID of the custom field to retrieve

Responses

GET /customfield/{id}
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/customfield/4 \
 -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
}