-
all
Get all tags
GET /tags/allGet a list of all tags.
-
create
Create new tag
POST /tags/createCreate a new tag.
-
createReference
Reference a tag to a peice of content
POST /tags/createReferenceCreate reference for tag that links it to a peice of content. This allows for content to find the tags related to it.
-
createTags
Create many new tags
POST /tags/createTagsCreate multiple new tags at once.
-
delete
Delete existing tag
POST /tags/deleteDelete an existing tag.
-
duplicate
Clone existing tag
POST /tags/duplicateDuplicate existing tag by cloning it and changing the name.
-
find
Find tags by name
POST /tags/findFind a list of tags given a name.
-
get
Get tag details given an id
POST /tags/getGet details and results for a single tag given that tags id.
-
getTagReferences
Get Tag refs by content ids
POST /tags/getTagReferencesGet tag references from multiple content ids.
-
getTagsByReference
Get Tags by content id
POST /tags/getTagsByReferenceGet tags for a piece of content by the content id
-
handleReferences
Create/Update references for tags
POST /tags/handleReferencesCreate/Update references for multiple tags to a peice of content
-
update
Updating existing tag
POST /tags/updateUpdating existing tag