Tags REST Endpoints

Talent Person Profiles/Tags
The tags resource is the child of the talentPersonProfiles resource. It provides the list of the tags associated with a person profile.
Create a tag
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/tags
Delete a tag
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/tags/{TagId}
Get a tag
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/tags/{TagId}
Get all tags
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/tags
Update a tag
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/tags/{TagId}