List Single Pages
Retrieves a paginated list of published single pages.Query Parameters
Page number. Default is 0.
Size number. Default is 0.
Label selector. e.g.:
hidden!=trueField selector. e.g.:
metadata.name==haloSorting criteria in the format:
property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.Response
Returns aListedSinglePageVoList object containing paginated page results.
Array of single page objects.
Page metadata including name, labels, and timestamps.
Page specification.
Page title.
Page slug for URL.
Cover image URL.
Whether comments are allowed.
Whether the page is pinned.
Page priority for ordering.
Visibility setting:
PUBLIC, INTERNAL, or PRIVATE.Publication timestamp.
Page owner information.
Array of contributor objects.
Current page number, starts from 1.
Size of each page.
Total number of single pages.
Total number of pages.
Whether this is the first page.
Whether this is the last page.
Whether there is a next page.
Whether there is a previous page.
Get Single Page by Name
Retrieves a single page by its name.Path Parameters
SinglePage name (unique identifier).
Response
Returns aSinglePageVo object with complete page details including content.
Page metadata.
Page specification.
Page status.
Page statistics.
Page owner.
Page contributors.