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_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

recipe_idstringRequired
The unique ID of the recipe.
idstringRequired
The field map introspection ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
pick_list_pathlist of stringsRequired
The picklist field path.
field_map_schemalist of objectsRequired

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
datalist of lists of strings or null

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.

Errors