Colormap API
Version: 1.0
Get workspace metadata
GET
/colormap/orgs/{org_id}/workspaces/{workspace_id}/metadataGet a map of object metadata for a specified workspace
Request
Responses
200
Successful Response
Response schema
objects_metadataObject metadata
Mapping of objects to their respective metadata
workspace_iduuid
Example response
{
"objects_metadata": {
"additionalProp1": {
"association_count": 0
},
"additionalProp2": {
"association_count": 0
},
"additionalProp3": {
"association_count": 0
}
},
"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"
}
]
}