Pages allow you to create content pages and links in your Conventions navigation.
You must have the pages
ConventionPrivilege to access this.
Pages are accessed via /api/page
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in PageProperties.
See "Related Objects" in Introduction for how to use them.
The Convention this page belongs to.
The services used to fetch and manipulate pages.
This will search across all conventions. To search on a single convention see "Relationships" in Convention.
GET /api/page
Searches a partial name.
Returns:
{ "paging" : {...}, "items" : [ { "id" : "xxx", "name" : "The Captain is Dead", ... }, ... ] }
POST /api/page
Returns the same as a normal read.
GET /api/page/xxx
Returns:
{ "id" : "xxx", "name" : "The Captain is Dead", ... }
PUT /api/page/xxx
Returns the same as a normal read.
DELETE /api/page/xxx
Returns:
{ "success" : 1 }