Skip to main content

Get a tag group by its id

Call signature

TypeScript
get(id: string): Promise<TagGroup>;

Parameters

NameTypeDescription
idstringThe tag group identifier

Returns

A Promise that will resolve with a Tag Group

Remarks

Throws any error that is returned by the API for any unsuccessful request echoing the HTTP status returned from the API

Example

Get a tag group by its API id

TypeScript
const tagGroup = await client.tags.groups.get("topics");

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request