Skip to content
Search
K
Main Navigation
Guide
Commands
Appearance
Menu
Return to top
On this page
footer-comments
create-footer-comment
Create footer comment
Create a footer comment.
The footer comment can be made against several locations:
Permissions required: Permission to view the content of the page or blogpost and its corresponding space. Permission to create comments in the space.
POST
/footer-comments--bodyExample:
delete-footer-comment
Delete footer comment
Deletes a footer comment. This is a permanent deletion and cannot be reverted.
Permissions required: Permission to view the content of the page or blogpost and its corresponding space. Permission to delete comments in the space.
DELETE
/footer-comments/{comment-id}--comment-idExample:
get-footer-comment-by-id
Get footer comment by id
Retrieves a footer comment by id
Permissions required: Permission to view the content of the container and its corresponding space.
GET
/footer-comments/{comment-id}--body-formatbodyfield of the response. If available, the representation will be available under a response field of the same name under thebodyfield.--comment-id--include-likesmetaand_linksproperty will be present to indicate if more results are available and a link to retrieve the rest of the results.--include-operationsOperationobject.metaand_linksproperty will be present to indicate if more results are available and a link to retrieve the rest of the results.--include-propertiesmetaand_linksproperty will be present to indicate if more results are available and a link to retrieve the rest of the results.--include-versionfalse.--include-versionsmetaand_linksproperty will be present to indicate if more results are available and a link to retrieve the rest of the results.--versionExample:
get-footer-comment-children
Get children footer comments
Returns the children footer comments of specific comment. The number of results is limited by the
limitparameter and additional results (if available) will be available through thenextURL present in theLinkresponse header.Permissions required: Permission to view the content of the page and its corresponding space.
GET
/footer-comments/{id}/children--body-formatbodyfield of the response. If available, the representation will be available under a response field of the same name under thebodyfield.--cursornextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.--id--limitLinkheader to retrieve a relative URL that will return the next set of results.--sortExample:
get-footer-comment-operations
Get permitted operations for footer comment
Returns the permitted operations on specific footer comment.
Permissions required: Permission to view the parent content of the footer comment and its corresponding space.
GET
/footer-comments/{id}/operations--idExample:
get-footer-comment-version-details
Get version details for footer comment version
Retrieves version details for the specified footer comment version.
Permissions required: Permission to view the content of the page or blog post and its corresponding space.
GET
/footer-comments/{id}/versions/{version-number}--id--version-numberExample:
get-footer-comment-versions
Get footer comment versions
Retrieves the versions of the specified footer comment.
Permissions required: Permission to view the content of the page or blog post and its corresponding space.
GET
/footer-comments/{id}/versions--body-formatbodyfield of the response. If available, the representation will be available under a response field of the same name under thebodyfield.--cursornextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.--id--limitLinkheader to retrieve a relative URL that will return the next set of results.--sortExample:
get-footer-comments
Get footer comments
Returns all footer comments. The number of results is limited by the
limitparameter and additional results (if available) will be available through thenextURL present in theLinkresponse header.Permissions required: Permission to view the content of the container and its corresponding space.
GET
/footer-comments--body-formatbodyfield of the response. If available, the representation will be available under a response field of the same name under thebodyfield.--cursornextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.--limitLinkheader to retrieve a relative URL that will return the next set of results.--sortExample:
get-footer-like-count
Get like count for footer comment
Returns the count of likes of specific footer comment.
Permissions required: Permission to view the content of the page/blogpost and its corresponding space.
GET
/footer-comments/{id}/likes/count--idExample:
get-footer-like-users
Get account IDs of likes for footer comment
Returns the account IDs of likes of specific footer comment.
Permissions required: Permission to view the content of the page/blogpost and its corresponding space.
GET
/footer-comments/{id}/likes/users--cursornextURL in theLinkresponse header. Use the relative URL in theLinkheader to retrieve thenextset of results.--id--limitLinkheader to retrieve a relative URL that will return the next set of results.Example:
update-footer-comment
Update footer comment
Update a footer comment. This can be used to update the body text of a comment.
Permissions required: Permission to view the content of the page or blogpost and its corresponding space. Permission to create comments in the space.
PUT
/footer-comments/{comment-id}--body--comment-idExample: