Tags (Spectra) REST Endpoints

Tags/Tags (Spectra)
Tags are keywords or terms assigned to a business object, such as a service request, that help in describing and classifying the business object.
Create a tag instance
Method: post
Path: /api/boss/data/objects/ora/cxServiceCore/common/v1/tags
Delete a tag instance
Method: delete
Path: /api/boss/data/objects/ora/cxServiceCore/common/v1/tags/{tags_id}
Get a tag instance
Method: get
Path: /api/boss/data/objects/ora/cxServiceCore/common/v1/tags/{tags_id}
Get a tag using advanced query
Method: post
Path: /api/boss/data/objects/ora/cxServiceCore/common/v1/tags/{tags_id}/$query
Get all tag instances
Method: get
Path: /api/boss/data/objects/ora/cxServiceCore/common/v1/tags
Get all tags using advanced query
Method: post
Path: /api/boss/data/objects/ora/cxServiceCore/common/v1/tags/$query