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_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
connection_id
ID of the connection.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
pick_list_name
Name of the pick list. Obtain from this https://docs.workato.com/en/oem/oem-api/picklist-parameters.html
pick_list_params
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
result
Array of field mappings, each represented as an array containing the display name and field name.