Tag Assignments REST Endpoints

External Organizations/Tag Assignments
A complete list of tags assigned to an external organization.
Create a tag assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/tagAssignments
Delete a tag assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/tagAssignments/{TagAssignmentId}
Get a tag assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/tagAssignments/{TagAssignmentId}
Get all tag assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/tagAssignments
Update a tag assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/tagAssignments/{TagAssignmentId}