Pages Endpoint
Pages in the current site.
This resource is a part of the Publishing Workflow.
URL Endpoints
Method | Endpoint | Returns | Description |
---|---|---|---|
GET |
/pages |
Page | List |
GET |
/pages/:id |
Page | Single record |
POST |
/pages |
Page | Create record as draft |
PATCH |
/pages/:id |
Page | Update record as draft |