Post Mentions REST Endpoints
Employee Community Details/Posts/Post Mentions
The postMentions resource provides details about mentions in employee community posts.
- Create a post mention
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/postMentions - Delete a post mention
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/postMentions/{EmployeeCommunityPostMentionId} - Get a post mention
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/postMentions/{EmployeeCommunityPostMentionId} - Get all post mentions
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/postMentions - Update a post mention
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/postMentions/{EmployeeCommunityPostMentionId}