We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manage Comments https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-child-comment-get
ConfluencePS.Comment:
ConfluencePS.Comment
[Comment]
.EXAMPLE Get-WikiPage -PageID 1234 | Get-WikiComment Returns a list of all page versions of page 1234
.EXAMPLE Get-WikiComment -PageID 1234 Returns a list of all page versions of page 1234
The text was updated successfully, but these errors were encountered:
ADD and REMOVE is currently not supported by the API
Sorry, something went wrong.
/rest/api/content/33049/child/comment?expand=body.storage,childTypes.comment
No branches or pull requests
Expectation
Manage Comments
https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-child-comment-get
Interactions:
ADDAdd a new comment to a page
get a list of comments
REMOVEremove a comment
Object:
ConfluencePS.Comment
:[Comment]
ChildComments ?Examples
The text was updated successfully, but these errors were encountered: