get_direct_page_children

class sanhe_confluence_sdk.methods.children.get_direct_page_children.GetDirectPageChildrenRequestPathParams(id: int = REQ)[source]
class sanhe_confluence_sdk.methods.children.get_direct_page_children.GetDirectPageChildrenRequestQueryParams(cursor: str = OPT, limit: int = OPT, sort: str = OPT)[source]
class sanhe_confluence_sdk.methods.children.get_direct_page_children.GetDirectPageChildrenRequest(path_params: ~sanhe_confluence_sdk.methods.children.get_direct_page_children.GetDirectPageChildrenRequestPathParams = <factory>, query_params: ~sanhe_confluence_sdk.methods.children.get_direct_page_children.GetDirectPageChildrenRequestQueryParams = <factory>, body_params: ~sanhe_confluence_sdk.methods.model.BodyParams = <factory>)[source]

See: https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-children/#api-pages-id-direct-children-get

class sanhe_confluence_sdk.methods.children.get_direct_page_children.GetDirectPageChildrenResponseResult(_raw_data: Dict[str, Any], _http_res: Response | None = None)[source]

ChildrenResponse schema - represents a single direct child in the results array.

property id: str

ID of the child content.

property status: str

ContentStatus enum: current, archived.

property title: str

Title of the child content.

property type: str

Content type: database, embed, folder, page, or whiteboard.

property spaceId: str

ID of the space the content is in.

property childPosition: int

Ordinal position among siblings in content hierarchy.

class sanhe_confluence_sdk.methods.children.get_direct_page_children.GetDirectPageChildrenResponse(_raw_data: Dict[str, Any], _http_res: Response | None = None)[source]

MultiEntityResult<ChildrenResponse> schema - top level response.