Version: 202607
Get page count
GET/openapi/2026-07/pages/count
Retrieve the total number of pages.
Request
Query Parameters
title string
The title of the page to filter by
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
Total number of pages matching the query
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}