Person Tags REST Endpoints
Person Tags
The person tags resource is a collection of one or more tags for a given person.
- Create a person tag
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPersonTags - Create bulk assignments of tags to person objects
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPersonTags/action/bulkAssignTags - Create bulk removal of tags from person objects
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPersonTags/action/bulkRemoveTags - Delete a person tag
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedPersonTags/{PersonTagId} - Get a person tag
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPersonTags/{PersonTagId} - Get all person tags
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPersonTags - Update a person tag
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedPersonTags/{PersonTagId}