- 
    
      allGet all tags GET /tags/allGet a list of all tags. 
- 
    
      createCreate new tag POST /tags/createCreate a new tag. 
- 
    
      createReferenceReference 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. 
- 
    
      createTagsCreate many new tags POST /tags/createTagsCreate multiple new tags at once. 
- 
    
      deleteDelete existing tag POST /tags/deleteDelete an existing tag. 
- 
    
      duplicateClone existing tag POST /tags/duplicateDuplicate existing tag by cloning it and changing the name. 
- 
    
      findFind tags by name POST /tags/findFind a list of tags given a name. 
- 
    
      getGet tag details given an id POST /tags/getGet details and results for a single tag given that tags id. 
- 
    
      getTagReferencesGet Tag refs by content ids POST /tags/getTagReferencesGet tag references from multiple content ids. 
- 
    
      getTagsByReferenceGet Tags by content id POST /tags/getTagsByReferenceGet tags for a piece of content by the content id 
- 
    
      handleReferencesCreate/Update references for tags POST /tags/handleReferencesCreate/Update references for multiple tags to a peice of content 
- 
    
      updateUpdating existing tag POST /tags/updateUpdating existing tag