Retrieve picklist values for field map introspections
Retrieve picklist values for specific fields within a field map introspection of a recipe.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
recipe_id
The unique ID of the recipe.
id
The field map introspection ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
pick_list_path
The picklist field path.
field_map_schema
The field map schema list. This must include all mappings set at the point of picklist rendering if picklist-dependent values are selected.
Response
Success response
data
An array of picklist field mappings. Each inner array contains two elements: the first is the picklist field name, and the second is the picklist field ID.