Social Post Tags REST Endpoints

Social Posts/Social Post Tags
The social post tags resource is used to view, create, and delete the tags associated with a social post, such as Customer_Churn, Billing Customer Service, etc.
Create a social post tag
Method: post
Path: /crmRestApi/resources/11.13.18.05/socialPosts/{PostId}/child/SocialPostTags
Delete a social post tag
Method: delete
Path: /crmRestApi/resources/11.13.18.05/socialPosts/{PostId}/child/SocialPostTags/{SocialPostTagsUniqID}
Get a social post tag
Method: get
Path: /crmRestApi/resources/11.13.18.05/socialPosts/{PostId}/child/SocialPostTags/{SocialPostTagsUniqID}
Get all social post tags
Method: get
Path: /crmRestApi/resources/11.13.18.05/socialPosts/{PostId}/child/SocialPostTags