Get Tag Relationships Tag Group

GET {{baseUrl}}/api/tags/:id/relationships/tag-group/

Returns the id of the tag group related to the given tag.

Rate limits:
Burst: 3/s
Steady: 60/m

Scopes: tags:read

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Acceptstring

RESPONSES

status: OK

{"data":{"type":"tag-group","id":"\u003cstring\u003e"}}