The child element of CoilBooks are coil book pages,
which are accessible via /api/coilbookpage
.
Each coil book page has the following properties with full details found at CoilBookPageProperties:
The unique id for this coil book page. It will never change.
coilbookpage
A date when the coil book page was created.
A date when the coil book page was last updated.
The name the coil book page is known by.
An integer between 1 and 20. The order this page should be included. Another way to think of it is the page number.
A CoilBook id. The unique id of a coil book that this coil book page belongs to.
A File id.
ets the image of the coil book page.
The ID is from a File.
If a image_id is specified,
then an extra property called image
will be added which will briefly describe the image.
A boolean indicating whether the image has been verified by the user to be correct.
The methods used to fetch and manipulate coil book pages.
POST /api/coilbookpage
Required. The unique session id provided by a Session method.
Required.
Required.
Optional.
Optional.
Optional.
Returns:
{ "id" : "xxx", "name" : "Setup", ... }
PUT /api/coilbookpage/xxx
See Create for details.
DELETE /coilbookpage/xxx
Required. The unique session id provided by a Session method.
Returns:
{ "success" : 1 }
GET /api/coilbookpage/xxx
Optional. The unique session id provided by a Session method.
Optional. See "Related Objects" in Intro and Related Objects above for details.
Returns:
{ "id" : "xxx", "name" : "Setup", ... }