Get One Field
Retrieves a single custom session field definition by its ID, including the attribute name, field type, visibility settings, validation rules, and available choices (for dropdown/radio fields).
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the field you want to get
1
Query Parameters
string - optional - Comma separated list of fields you want to return
"id,attribute,name,s_hint,type,visible,required,sort,allow_html,s_url_display_format,s_button_text,s_url_image_id,s_max_links,s_link_collection_fields"
Response
Get Session Field
false
"c_57"
[
{
"id": 109,
"name": "Basic: 0-1 years of experience with the topic/product; looking for a basic introduction",
"sort": 0
},
{
"id": 110,
"name": "Intermediate: 1-3 years of experience with the topic/product: comfortable with basic functions; looking to dive deeper",
"sort": 1
},
{
"id": 111,
"name": "Advanced: 3+ years of experience with the topic/product; well-versed in all functions‚ looking to learn complexities and new trends",
"sort": 2
}
]57
"dropdown list"
false
11
"dropDownList"
true