pages REST Endpoints
pages
The operations from the pages category.
- Create a page
- Method: postPath:
/v1/portal/pages
- Retrieve Content Items for a Page
- Method: getPath:
/v1/portal/pages{id}/contentItems
- Retrieve page details by short ID
- Method: getPath:
/v1/portal/pages{id}
- Retrieve Pages
- Method: getPath:
/v1/portal/pages
- Update Pages by Short ID
- Method: putPath:
/v1/portal/pages{id}