Workday announces intent to acquire Pipedream Learn more
cURL
curl --request POST \ --url https://api.pipedream.com/v1/connect/{project_id}/components/configure \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-pd-environment: <x-pd-environment>' \ --data '{ "id": "<string>", "version": "1.2.3", "external_user_id": "<string>", "prop_name": "<string>", "blocking": true, "configured_props": {}, "dynamic_props_id": "<string>", "page": 123, "prev_context": {}, "query": "<string>" }'
{ "options": [ { "label": "<string>", "value": "<string>" } ], "string_options": [ "<string>" ], "observations": [ { "err": { "name": "<string>", "message": "<string>", "stack": "<string>" }, "k": "<string>", "msg": "<string>", "ts": 123 } ], "context": {}, "errors": [ "<string>" ] }
Retrieve remote options for a given prop for a component
development
production
Show child attributes
Was this page helpful?