Custom Attributes

Create and manage Custom Attributes for your organization.

These API operations are for creating, managing and deleting Custom Attributes in your organization account. To apply custom attributes to assets and glossaries, check out the Assets APIs instead.

List Custom Attributes

get

Retrieves all custom attribute definitions.

Responses
200

Successful Response

application/json
Responseany of
or
get
/custom-attributes

Create Custom Attributes

post

Creates a new custom attribute definition using the provided request body.

Body
or
or
or
or
Responses
200

Successful Response

application/json
Responseany
post
/custom-attributes

No content

Update Custom Attributes

put

Updates and replaces an existing custom attribute definition.

Body
or
or
or
or
Responses
200

Successful Response

application/json
Responseany
put
/custom-attributes

No content

Delete Custom Attributes

delete

Deletes a custom attribute definition by ID.

Query parameters
idintegerRequired
Responses
200

Successful Response

application/json
Responseany
delete
/custom-attributes

No content

Last updated