Colormap API
Version: 1.0
List object attribute associations
GET
/colormap/orgs/{org_id}/workspaces/{workspace_id}/objects/{object_id}/associationsGet a list of all object attribute associations for a specified workspace and organization.
Request
Responses
200
Successful Response
Response schema
associationsobject[]
attribute_idstring
colormap_iduuid
colormap_uriuri
>= 1 char
created_atdate-time
created_byuuid
iduuid
modified_atdate-time
modified_byuuid
self_linkuri
>= 1 char
workspace_iduuid
Example response
{
"associations": [
{
"attribute_id": "string",
"colormap_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"colormap_uri": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"created_by": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"modified_at": "2024-07-29T15:51:28.071Z",
"modified_by": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"self_link": "string",
"workspace_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}
422
Validation Error
Response schema
detailobject[]
loc(string | integer)[]
Any of:
string
integer
msgstring
typestring
Example response
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}