| java.lang.Object | ||
| ↳ | com.atlassian.confluence.plugins.rest.resources.AbstractResource | |
| ↳ | com.atlassian.confluence.plugins.rest.resources.ContentResource | |
Rest resource for accessing Confluence content. Currently supports only read access for pages, blogs and comments.
|
[Expand]
Inherited Fields | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.plugins.rest.resources.AbstractResource
| |||||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns HTTP 404 (not found) as there is no content to return if no ID is passed.
| |||||||||||
Returns the attachments for a given resource.
| |||||||||||
Returns the content for the given ID.@return
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.plugins.rest.resources.AbstractResource
| |||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||
Returns HTTP 404 (not found) as there is no content to return if no ID is passed. @return
Returns the attachments for a given resource. The results are ordered by the creation date.
| id | ID of resource (such as a page or blog post) |
|---|---|
| startIndexString | Index of first item (inclusive) to return. |
| maxResultsString | Maximum number of items to return. Default is 50. |
| reverseOrder | set to true to have the results returned in reverse chronological order. |

