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: postPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/tags - Delete a tag
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/tags/{TagId} - Get a tag
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/tags/{TagId} - Get all tags
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/tags - Update a tag
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/tags/{TagId}