Associations
Endpoints used to retrieve and manage attribute associations to colormaps
List object attribute associations
Colormap API
Version: 1.0
Get a list of all object attribute associations for a specified workspace and organization.
Parameters
Returns
200
Successful Response
Endpoint
GET
/colormap/orgs/{org_id}/workspaces/{workspace_id}/objects/{object_id}/associationsRequest
cURL
Response
Create object attribute association
Colormap API
Version: 1.0
Create a new association for a colormap to an object attribute.
Parameters
Returns
200
Successful Response
Endpoint
POST
/colormap/orgs/{org_id}/workspaces/{workspace_id}/objects/{object_id}/associationsRequest
cURL
Response
Create multiple object attribute associations
Colormap API
Version: 1.0
Create new associations for a colormap to multiple object attributes.
Parameters
Returns
200
Successful Response
Endpoint
POST
/colormap/orgs/{org_id}/workspaces/{workspace_id}/objects/{object_id}/associations/batchRequest
cURL
Response
Get attribute association by ID
Colormap API
Version: 1.0
Returns a specified object attribute association by its ID, for a specified workspace and organization.
Parameters
Returns
200
Successful Response
Endpoint
GET
/colormap/orgs/{org_id}/workspaces/{workspace_id}/objects/{object_id}/associations/{association_id}Request
cURL