Tags 11.13.18.05 REST Endpoints

Tags/Tags 11.13.18.05
The tags resource is used to create, view, and delete keywords or terms assigned to a business object such as service request. Tags help in describing and classifying a busines object.
Create a tag
Method: post
Path: /crmRestApi/resources/11.13.18.05/tags
Delete a tag
Method: delete
Path: /crmRestApi/resources/11.13.18.05/tags/{TagId}
Get a tag
Method: get
Path: /crmRestApi/resources/11.13.18.05/tags/{TagId}
Get all tags
Method: get
Path: /crmRestApi/resources/11.13.18.05/tags
Update a tag
Method: patch
Path: /crmRestApi/resources/11.13.18.05/tags/{TagId}