RestList<Content> |
ChildContentResource.childrenOfType(ContentId contentId,
ContentType type,
String expand,
Integer parentVersion,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
Returns the direct children of a piece of Content, limited to a single child type.
|
RestList<Content> |
ChildContentResource.commentsOfContent(ContentId contentId,
String expand,
Integer parentVersion,
int start,
int limit,
Set<String> location,
String depth,
javax.ws.rs.core.UriInfo uriInfo) |
Returns the comments of a content
|
RestList<Content> |
SpaceResource.contentsWithType(String spaceKey,
String type,
String depth,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
Returns the content in this given space with the given type
|
RestList<Content> |
AttachmentResource.createAttachments(ContentId containerId,
ContentStatus containerStatus,
boolean allowDuplicated,
String expand,
List<com.atlassian.plugins.rest.common.multipart.FilePart> fileParts,
@Nullable List<com.atlassian.plugins.rest.common.multipart.FilePart> comments,
@Nullable List<com.atlassian.plugins.rest.common.multipart.FilePart> minorEdits,
@Nullable List<com.atlassian.plugins.rest.common.multipart.FilePart> hiddens) |
Add one or more attachments to a Confluence Content entity, with optional comments.
|
RestList<Content> |
DescendantContentResource.descendantsOfType(ContentId contentId,
ContentType type,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
Returns the direct descendants of a piece of Content, limited to a single descendant type.
|
RestList<JsonContentProperty> |
ContentPropertyResource.findAll(ContentId contentId,
String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
Returns a paginated list of content properties.
|
RestList<Content> |
AttachmentResource.getAttachments(ContentId contentId,
String expand,
int start,
int limit,
String filename,
String mediaType,
javax.ws.rs.core.UriInfo uriInfo) |
Returns a paginated list of attachment Content entities within a single container.
|
RestList<LongTaskStatus> |
LongTaskResource.getTasks(String expand,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo) |
Returns information about all tracked long-running tasks.
|