Pages
Get pages
Returns a paginated list of pages — docs (root pages) and their subpages alike. Scope the list with filter[project_id] (pages of a project), filter[root_page_id] (every page inside one doc) or filter[parent_page_id] (direct children of a page). filter[query] matches page titles, filter[full_query] searches titles and body content; filter[creator_id], filter[subscriber_id], filter[edited_at] and filter[last_activity_at] narrow the result further. Pass filter[template] to list only template docs.
get/api/v2/pages
Query parameters
sortstring[]
Sort order for page list results. Accepts one or more field names, comma-separated; prefix with - for descending. --branch descriptions
Filter parameter for querying pages.
{
"0": {
"id": {
"eq": "123"
}
},
"$op": "and"
}Headers
X-Organization-Idstring required
Organization ID
Response
Collection page