Skip to main content
Version: Next

Tags

Organize assets with tags.

MethodEndpointPath
DELETEBulk delete tags/api/v1/tag/
GETGet a list of tags/api/v1/tag/
POSTCreate a tag/api/v1/tag/
GETGet metadata information about tag API endpoints/api/v1/tag/_info
POSTAdd tags to an object/api/v1/tag/{object_type}/{object_id}/
DELETEDelete a tagged object/api/v1/tag/{object_type}/{object_id}/{tag}/
DELETEDelete a tag/api/v1/tag/{pk}
GETGet a tag detail information/api/v1/tag/{pk}
PUTUpdate a tag/api/v1/tag/{pk}
DELETEDelete tag by pk favorites/api/v1/tag/{pk}/favorites/
POSTCreate tag by pk favorites/api/v1/tag/{pk}/favorites/
POSTBulk create tags and tagged objects/api/v1/tag/bulk_create
GETGet tag favorite status/api/v1/tag/favorite_status/
GETGet all objects associated with a tag/api/v1/tag/get_objects/
GETGet related fields data (tag-related-column-name)/api/v1/tag/related/{column_name}