Workspace Tag Assignment
TagAssignment object
- entity_typestringBeta
The type of entity to which the tag is assigned. Allowed values are apps, dashboards, geniespaces, notebooks
- entity_idstringBeta
The identifier of the entity to which the tag is assigned. For apps, the entity_id is the app name
- tag_keystringBeta
The key of the tag. The characters , . : / - = and leading/trailing spaces are not allowed
- tag_valuestringBeta
The value of the tag
Get Beta
GET
Get a tag assignment
API scopes: tags
Parameters
- entity_typestringpath
The type of entity to which the tag is assigned. Allowed values are apps, dashboards, geniespaces, notebooks
- entity_idstringpath
The identifier of the entity to which the tag is assigned. For apps, the entity_id is the app name
- tag_keystringpath
The key of the tag. The characters , . : / - = and leading/trailing spaces are not allowed
Response
Returns the TagAssignment object.
List Beta
GET
List the tag assignments for an entity
API scopes: tags
Parameters
- entity_typestringpath
The type of entity to which the tag is assigned. Allowed values are apps, dashboards, geniespaces, notebooks
- entity_idstringpath
The identifier of the entity to which the tag is assigned. For apps, the entity_id is the app name
- page_sizeint32query
Optional. Maximum number of tag assignments to return in a single page
- page_tokenstringquery
Pagination token to go to the next page of tag assignments. Requests first page if absent.
Response
Returns a list of TagAssignment objects.
Create Beta
POST
Create a tag assignment
API scopes: tags
Request body
- tag_assignmentobject
Show child attributesHide child attributes
- entity_typestring
The type of entity to which the tag is assigned. Allowed values are apps, dashboards, geniespaces, notebooks
- entity_idstring
The identifier of the entity to which the tag is assigned. For apps, the entity_id is the app name
- tag_keystring
The key of the tag. The characters , . : / - = and leading/trailing spaces are not allowed
- tag_valuestring
The value of the tag
Response
Returns the TagAssignment object.
Update Beta
PATCH
Update a tag assignment
API scopes: tags
Parameters
- tag_assignmentobjectpath
Show child attributesHide child attributes
- entity_typestring
The type of entity to which the tag is assigned. Allowed values are apps, dashboards, geniespaces, notebooks
- entity_idstring
The identifier of the entity to which the tag is assigned. For apps, the entity_id is the app name
- tag_keystring
The key of the tag. The characters , . : / - = and leading/trailing spaces are not allowed
- tag_valuestring
The value of the tag
- update_maskstringquery
Response
Returns the TagAssignment object.
Delete Beta
DELETE
Delete a tag assignment
API scopes: tags
Parameters
- entity_typestringpath
The type of entity to which the tag is assigned. Allowed values are apps, dashboards, geniespaces, notebooks
- entity_idstringpath
The identifier of the entity to which the tag is assigned. For apps, the entity_id is the app name
- tag_keystringpath
The key of the tag. The characters , . : / - = and leading/trailing spaces are not allowed