| addBook |
GET /cdna-admin/books/add-book
|
| Name |
Type |
Description |
| book |
Book
|
Single (empty) Book record
|
|
Add a new record. Assigns an empty record to the template. |
| editBook |
GET /cdna-admin/books/book/{id}/{revision.id}
|
| Name |
Type |
Description |
| book |
Book
|
Retrieved Book record
|
|
Retrieve a single record and display the edit page for the record |
| manageBooks |
GET /cdna-admin/books/books
|
|
Retrieve available records and assign them to the template for editing. |
| addUnit |
GET /cdna-admin/books/add-unit/{book.id}
|
| Name |
Type |
Description |
| unit |
Unit
|
Single (empty) Unit record
|
|
Add a new record. Assigns an empty record to the template. |
| editUnit |
GET /cdna-admin/books/unit/{id}/{revision.id}
|
| Name |
Type |
Description |
| unit |
Unit
|
Retrieved Unit record
|
|
Retrieve a single record and display the edit page for the record |
| manageUnits |
GET /cdna-admin/books/books
|
|
Retrieve available records and assign them to the template for editing. |
| addPage |
GET /cdna-admin/books/add-page/{unit.id}
|
| Name |
Type |
Description |
| page |
Page
|
Single (empty) Page record
|
|
Add a new record. Assigns an empty record to the template. |
| editPage |
GET /cdna-admin/books/page/{id}/{revision.id}
|
| Name |
Type |
Description |
| page |
Page
|
Retrieved Page record
|
|
Retrieve a single record and display the edit page for the record |
| managePages |
GET /cdna-admin/books/books
|
|
Retrieve available records and assign them to the template for editing. |