Overview
This endpoint returns all pages in your SitePlot page builder with pagination support. You can filter results to show only published pages and control the number of results per page.Authentication
Bearer token with your API key:
Bearer YOUR_API_KEYQuery Parameters
Page number for pagination. Must be 1 or greater.
Number of items per page. Must be between 1 and 100.
If set to
true, returns only published pages. If omitted, returns all pages regardless of publication status.Response
Array of page objects
Pagination metadata
Error Responses
Page Types
ThepageType field indicates the type of page:
| Type | Description |
|---|---|
page | Standard content page |
master_layout | Template page used as a layout for other pages |
landing_page | Specialized landing page for marketing campaigns |
Use Cases
Site Navigation
Build dynamic navigation menus by retrieving all published pages and their paths.Content Management
Integrate with external content management systems or build custom admin interfaces.SEO and Analytics
Generate sitemaps, track page performance, and analyze content structure.Backup and Migration
Export page metadata for backup purposes or migration to other systems.Filtering Examples
Get Only Published Pages
Get All Pages (Including Drafts)
Paginate Through Large Sites
Related Endpoints
- List Redirects - Manage URL redirects for your pages
