DEL Remove a smart attribute
https://api.applivery.io/v1/organizations/:organizationId/smart-attributes/:smartAttributeId Deletes an existing smart attribute
GET Check the assignments for a smart attribute
https://api.applivery.io/v1/organizations/:organizationId/smart-attributes/:smartAttributeId/assignments GET Retrieve a smart attribute by its ID
https://api.applivery.io/v1/organizations/:organizationId/smart-attributes/:smartAttributeId Returns the details of a specific smart attribute using its ID as search parameter
GET Retrieve a paginated list of available smart attributes
https://api.applivery.io/v1/organizations/:organizationId/smart-attributes Returns a paginated collection of smart attributes
POST Create a smart attribute
https://api.applivery.io/v1/organizations/:organizationId/smart-attributes Creates a new smart attribute and persists it for use across supported resources
PUT Update a smart attribute
https://api.applivery.io/v1/organizations/:organizationId/smart-attributes/:smartAttributeId Applies partial updates to an existing smart attribute
No endpoints match