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: post
Path: /hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/postMentions
Delete a post mention
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/postMentions/{EmployeeCommunityPostMentionId}
Get a post mention
Method: get
Path: /hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/postMentions/{EmployeeCommunityPostMentionId}
Get all post mentions
Method: get
Path: /hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/postMentions
Update a post mention
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/communicateUIEmployeeCommunityDetails/{EmployeeCommunityId}/child/posts/{EmployeeCommunityPostId}/child/postMentions/{EmployeeCommunityPostMentionId}