Get picklist values

Obtains a list of picklist values for a specified connection in an Embedded customer account. Requires oem_vendor privilege.

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.

connection_idstringRequired
ID of the connection.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
pick_list_namestringRequired
pick_list_paramsmap from strings to anyOptional

Picklist parameters, required in some picklists. For more information view this https://docs.workato.com/en/oem/oem-api/picklist-parameters.html

Response

Success response
resultlist of lists of strings or null
Array of field mappings, each represented as an array containing the display name and field name.

Errors