Associated Tags REST Endpoints

Tag Groups/Associated Tags
The associated tags resource is used to manage associated tags of the tag group.
Create an associated tag for a tag group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}/child/associatedTags
Delete an associated tag for a tag group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}/child/associatedTags/{AssociatedTagId}
Get all associated tags for a tag group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}/child/associatedTags
Get an associated tag for a tag group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}/child/associatedTags/{AssociatedTagId}
Update an associated tag for a tag group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}/child/associatedTags/{AssociatedTagId}