GET /hub/v1/nestedtags/{tagId}
Returns the tag associated with the specified tagId.
URL Parameters
Name | Type | Description | |
---|---|---|---|
depth | number | The number of nesting levels to retrieve. The default depth is 0. |
Example Request
This example gets a tag by ID.
Example Response
Example Request
This example gets a tag by ID and includes its nested tags one level deep.