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: postPath:
/fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}/child/associatedTags - Delete an associated tag for a tag group
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}/child/associatedTags/{AssociatedTagId} - Get all associated tags for a tag group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}/child/associatedTags - Get an associated tag for a tag group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}/child/associatedTags/{AssociatedTagId} - Update an associated tag for a tag group
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}/child/associatedTags/{AssociatedTagId}