Return the custom attributes for the specified workspace.
By default, only active attributes are returned (those without a past deletedAt).
Filters:
category — Filter by OPEN or CLOSED. Omit to return all categories.includeArchived — Set to true to include archived attributes
(those with a past deletedAt). Default: false.isRequired — Set to true to return only required attributes,
false for optional only. Omit to return all.Copy the API key as provided by the Bridge Console.
Unique identifier of the workspace (UUID v4).
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
Filter by attribute category. Omit to return all categories.
OPEN, CLOSED When true, archived attributes (those with a past deletedAt) are included in the response. Default is false, which returns only active attributes.
Filter by required flag. true returns only required attributes, false only optional. Omit to return all.
Successful Response
Response body for custom attributes operations.
List of custom attributes objects with their values.