Path parameters
-
The ID of the custom field to retrieve
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
}