TagCollectionGroup API

A tag collection group contains tag collections. A tag collection lets users group tag values from across different tag values. You can set up a tag collection group in the Subjects screen of Setup.

The TagCollectionGroup API resource is used to list, retrieve, create, and delete tag collection groups.

This article explains what calls can be made to the Surpass API using the TagCollectionGroup resource.

Import this API into your Postman Workspace

In This Article

Listing tag collection groups

get /api/v2/TagCollectionGroup

Send a request to the endpoint to retrieve a list of tag collection groups. Refer to the available parameters to influence the response. No request body is required.

Retrieving tag collection group information

get /api/v2/TagCollectionGroup/{id}

Send a request to the endpoint to retrieve information for a specific tag collection group using its ID. No request body is required.

Creating a tag collection group

post /api/v2/TagCollectionGroup

Send a request to the endpoint to create a tag collection group.

Deleting a tag collection group

delete /api/v2/TagCollectionGroup/{id}

Send a request to the endpoint to delete a specific tag collection group. No request body is required.

Error Codes

Refer to the following table for information on error codes that may be encountered when using this resource.

Further reading

Read the following articles to learn more about similar APIs, how to get started with the Surpass API v2, and how to get the best out of this reference documentation:

NOTE: This form is to provide feedback to help improve the Surpass Help documentation only. If you need live support, contact support@surpass.com.