Newer Version Available

This content describes an older version of this product. View Latest

Comment Capability, Status

Access the status capability of a comment or set the status of a comment.
Resource
1/chatter/comments/commentId/capabilities/status
1/connect/communities/communityId/chatter/comments/commentId/capabilities/status
Available version
38.0
Requires Chatter
Yes
HTTP methods
GET, PATCH
Response body for GET
Status Capability
Request body for PATCH
Root XML tag
statusCapability
JSON example
1{
2   "feedEntityStatus":"Published"
3}
Properties
Name Type Description Required or Optional Available Version
feedEntityStatus String Specifies the status of the feed post or comment. Values are:
  • PendingReview—The feed post or comment isn’t approved yet and therefore isn’t published or visible.
  • Published—The feed post or comment is approved and visible.
Required 37.0
Request parameters for PATCH
Parameter Name Type Description Required or Optional Available Version
feedEntityStatus String Specifies the status of the feed post or comment. Values are:
  • PendingReview—The feed post or comment isn’t approved yet and therefore isn’t published or visible.
  • Published—The feed post or comment is approved and visible.
Required 38.0
Response body for PATCH
Status Capability