get
https://{subdomain}.myshoplaza.com/openapi/2025-06/pages/count
Retrieve the total number of pages.
Requiresread_shop_navigationaccess scope. More access scope
The Count Page API retrieves the total number of pages that match optional filter criteria.
This API is especially useful for:
- Displaying the total count of pages in administrative dashboards or analytics.
Request Parameters
Public Request Parameters
Query Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
title | string | No | The title of the page to filter by. | "About Us" |
If the
titleparameter is not provided or left empty, the API returns the total count of all pages in the store.
Response Explanation
Public Response Parameters
Successful Response
| Field | Type | Description | Example |
|---|---|---|---|
code | string | "success" | Status code of the response |
message | string | Descriptive message of the response | |
data.count | int | Total number of pages matching the query. | 2 |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
