Retrieves Content Properties attached to a specified comment.
Permissions required: Permission to view the comment.
GET/comments/{comment-id}/properties
Flag
Type
Required
Description
--comment-id
string
Yes
The ID of the comment for which content properties should be returned.
--cursor
string
No
Used for pagination, this opaque cursor will be returned in the next URL in the Link response header. Use the relative URL in the Link header to retrieve the next set of results.
--key
string
No
Filters the response to return a specific content property with matching key (case sensitive).
--limit
string
No
Maximum number of attachments per result to return. If more results exist, use the Link header to retrieve a relative URL that will return the next set of results.
comments
create
Create a footer comment on a page
--body--page-idExample:
create-property
Create content property for comment
Creates a new content property for a comment.
Permissions required: Permission to update the comment.
POST
/comments/{comment-id}/properties--body--comment-idExample:
delete
Delete a footer comment
--comment-idExample:
delete-property-by-id
Delete content property for comment by id
Deletes a content property for a comment by its id.
Permissions required: Permission to edit the comment.
DELETE
/comments/{comment-id}/properties/{property-id}--comment-id--property-idExample:
get-content-properties
Get content properties for comment
Retrieves Content Properties attached to a specified comment.
Permissions required: Permission to view the comment.
GET
/comments/{comment-id}/properties--comment-id--cursornextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.--key--limitLinkheader to retrieve a relative URL that will return the next set of results.--sortExample:
get-content-properties-by-id
Get content property for comment by id
Retrieves a specific Content Property by ID that is attached to a specified comment.
Permissions required: Permission to view the comment.
GET
/comments/{comment-id}/properties/{property-id}--comment-id--property-idExample:
list
List footer comments on a page
--page-idExample:
update-property-by-id
Update content property for comment by id
Update a content property for a comment by its id.
Permissions required: Permission to edit the comment.
PUT
/comments/{comment-id}/properties/{property-id}--body--comment-id--property-idExample: