Skip to main content

Colormap API

Version: 1.0

Get workspace metadata

GET
/colormap/orgs/{org_id}/workspaces/{workspace_id}/metadata

Get a map of object metadata for a specified workspace

Request

Path parameters
org_iduuid
Required
workspace_iduuid
Required

Responses

200

Successful Response

Mapping of objects to their respective metadata

workspace_iduuid
{
"objects_metadata": {},
"workspace_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}

422

Validation Error

msgstring
typestring
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}