InternalCreate a new instance of the service.
Returns descendants in the content tree for a given database by ID in
top-to-bottom order (that is, the highest descendant is the first
item in the response payload). The number of results is limited by the limit
parameter and additional results (if available)
will be available by calling this endpoint with the cursor in the response
payload. There is also a depth parameter specifying depth
of descendants to be fetched.
The following types of content will be returned:
This endpoint returns minimal information about each descendant. To fetch more details, use a related endpoint based on the content type, such as:
Permissions required: Permission to access the Confluence site ('Can use' global permission). Permission to view the database and its corresponding space
Optionalcursor?: stringUsed for pagination, this opaque cursor will be returned in the next URL in
the Link response header. Use the relative URL in the Link header to
retrieve the next set of results.
Optionaldepth?: numberMaximum depth of descendants to return. If more results are required, use the endpoint corresponding to the content type of the deepest descendant to fetch more descendants.
The ID of the database.
Optionallimit?: numberMaximum number of items per result to return. If more results exist, call the endpoint with the cursor to fetch the next set of results.
Returned if the requested descendants are returned.
Returns descendants in the content tree for a given folder by ID in
top-to-bottom order (that is, the highest descendant is the first
item in the response payload). The number of results is limited by the limit
parameter and additional results (if available)
will be available by calling this endpoint with the cursor in the response
payload. There is also a depth parameter specifying depth
of descendants to be fetched.
The following types of content will be returned:
This endpoint returns minimal information about each descendant. To fetch more details, use a related endpoint based on the content type, such as:
Permissions required: Permission to access the Confluence site ('Can use' global permission). Permission to view the and its corresponding space
Optionalcursor?: stringUsed for pagination, this opaque cursor will be returned in the next URL in
the Link response header. Use the relative URL in the Link header to
retrieve the next set of results.
Optionaldepth?: numberMaximum depth of descendants to return. If more results are required, use the endpoint corresponding to the content type of the deepest descendant to fetch more descendants.
The ID of the folder.
Optionallimit?: numberMaximum number of items per result to return. If more results exist, call the endpoint with the cursor to fetch the next set of results.
Returned if the requested descendants are returned.
Returns descendants in the content tree for a given page by ID in top-to-bottom
order (that is, the highest descendant is the first
item in the response payload). The number of results is limited by the limit
parameter and additional results (if available)
will be available by calling this endpoint with the cursor in the response
payload. There is also a depth parameter specifying depth
of descendants to be fetched.
The following types of content will be returned:
This endpoint returns minimal information about each descendant. To fetch more details, use a related endpoint based on the content type, such as:
Permissions required: Permission to access the Confluence site ('Can use' global permission). Permission to view the page and its corresponding space
Optionalcursor?: stringUsed for pagination, this opaque cursor will be returned in the next URL in
the Link response header. Use the relative URL in the Link header to
retrieve the next set of results.
Optionaldepth?: numberMaximum depth of descendants to return. If more results are required, use the endpoint corresponding to the content type of the deepest descendant to fetch more descendants.
The ID of the page.
Optionallimit?: numberMaximum number of items per result to return. If more results exist, call the endpoint with the cursor to fetch the next set of results.
Returned if the requested descendants are returned.
Returns descendants in the content tree for a given smart link by ID in
top-to-bottom order (that is, the highest descendant is the first
item in the response payload). The number of results is limited by the limit
parameter and additional results (if available)
will be available by calling this endpoint with the cursor in the response
payload. There is also a depth parameter specifying depth
of descendants to be fetched.
The following types of content will be returned:
This endpoint returns minimal information about each descendant. To fetch more details, use a related endpoint based on the content type, such as:
Permissions required: Permission to access the Confluence site ('Can use' global permission). Permission to view the smart link and its corresponding space
Optionalcursor?: stringUsed for pagination, this opaque cursor will be returned in the next URL in
the Link response header. Use the relative URL in the Link header to
retrieve the next set of results.
Optionaldepth?: numberMaximum depth of descendants to return. If more results are required, use the endpoint corresponding to the content type of the deepest descendant to fetch more descendants.
The ID of the smart link.
Optionallimit?: numberMaximum number of items per result to return. If more results exist, call the endpoint with the cursor to fetch the next set of results.
Returned if the requested descendants are returned.
Returns descendants in the content tree for a given whiteboard by ID in
top-to-bottom order (that is, the highest descendant is the first
item in the response payload). The number of results is limited by the limit
parameter and additional results (if available)
will be available by calling this endpoint with the cursor in the response
payload. There is also a depth parameter specifying depth
of descendants to be fetched.
The following types of content will be returned:
This endpoint returns minimal information about each descendant. To fetch more details, use a related endpoint based on the content type, such as:
Permissions required: Permission to access the Confluence site ('Can use' global permission). Permission to view the whiteboard and its corresponding space
Optionalcursor?: stringUsed for pagination, this opaque cursor will be returned in the next URL in
the Link response header. Use the relative URL in the Link header to
retrieve the next set of results.
Optionaldepth?: numberMaximum depth of descendants to return. If more results are required, use the endpoint corresponding to the content type of the deepest descendant to fetch more descendants.
The ID of the whiteboard.
Optionallimit?: numberMaximum number of items per result to return. If more results exist, call the endpoint with the cursor to fetch the next set of results.
Returned if the requested descendants are returned.
Protected Staticinitialize
See
https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-descendants