AtlassianPS / ConfluencePS

Confluence REST API (including Cloud) via PowerShell
https://AtlassianPS.org/module/ConfluencePS
MIT License
150 stars 41 forks source link

Feature: Comment #48

Open lipkau opened 7 years ago

lipkau commented 7 years ago

Expectation

Manage Comments https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-child-comment-get

Interactions:

Object:

ConfluencePS.Comment:

Examples

.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
lipkau commented 7 years ago

ADD and REMOVE is currently not supported by the API

lipkau commented 7 years ago

/rest/api/content/33049/child/comment?expand=body.storage,childTypes.comment