cURL
curl --request GET \ --url https://api-connect-us.bridge.new/bridge/api/v1/workspaces/{workspaceId}/settings/attributes \ --header 'x-api-key: <x-api-key>'
{ "custom_attributes": [ { "id": "<string>", "category": "OPEN", "isRequired": true, "keyName": "<string>", "type": "TEXT", "closedAttributesValues": [ { "id": "<string>", "value": "<string>" } ] } ] }
Gets a custom attributes by workspaceId
Copy the API key as provided by the Bridge Console.
Unique identifier of the workspace (UUID v4).
Successful Response
list of custom attributes
Show child attributes
Was this page helpful?