Skip to main content
GET
/
bridge
/
api
/
v1
/
workspaces
/
{workspaceId}
/
settings
/
attributes
Retrieve a custom attributes by workspaceId
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>"
        }
      ]
    }
  ]
}

Headers

x-api-key
string
required

Copy the API key as provided by the Bridge Console.

Path Parameters

workspaceId
string<uuid>
required

Unique identifier of the workspace (UUID v4).

Response

Successful Response

custom_attributes
CustomAttributes · object[]
required

list of custom attributes