addPage |
GET /cdna-admin/documentation/add-page/{parent.id}
|
Name |
Type |
Description |
page |
Page
|
Single (empty) Page record
|
|
Add a new record. Assigns an empty record to the template. |
addGlobalPage |
GET /cdna-admin/documentation/add-global-page/{parent.id}
|
Name |
Type |
Description |
globalPage |
GlobalPage
|
Single (empty) GlobalPage record
|
|
Add a new record. Assigns an empty record to the template. |
editPage |
GET /cdna-admin/documentation/page/{id}/{revision.id}
|
Name |
Type |
Description |
page |
Page
|
Retrieved Page record
|
|
Retrieve a single record and display the edit page for the record |
editGlobalPage |
GET /cdna-admin/documentation/global-page/{id}/{revision.id}
|
Name |
Type |
Description |
globalPage |
GlobalPage
|
Retrieved GlobalPage record
|
|
Retrieve a single record and display the edit page for the record |
managePages |
GET /cdna-admin/documentation/pages
|
|
Retrieve available records and assign them to the template for editing. |
manageGlobalPages |
GET /cdna-admin/documentation/global-pages
|
|
Retrieve available records and assign them to the template for editing. |
addComment |
GET /cdna-admin/documentation/add-comment/{page.id}/{parent.id}
page.id |
\d+ |
parent.id |
\d+ |
|
Name |
Type |
Description |
comment |
Comment
|
Single (empty) Comment record
|
|
Add a new record. Assigns an empty record to the template. |
editComment |
GET /cdna-admin/documentation/comment/{id}
|
Name |
Type |
Description |
comment |
Comment
|
Retrieved Comment record
|
|
Retrieve a single record and display the edit page for the record |
manageComments |
GET /cdna-admin/documentation/comments/{page.id}
|
|
Retrieve available records and assign them to the template for editing. |
addGlobalComment |
GET /cdna-admin/documentation/add-global-comment/{page.id}/{parent.id}
page.id |
\d+ |
parent.id |
\d+ |
|
Name |
Type |
Description |
globalComment |
GlobalComment
|
Single (empty) GlobalComment record
|
|
Add a new record. Assigns an empty record to the template. |
editGlobalComment |
GET /cdna-admin/documentation/global-comment/{id}
|
Name |
Type |
Description |
globalComment |
GlobalComment
|
Retrieved GlobalComment record
|
|
Retrieve a single record and display the edit page for the record |
manageGlobalComments |
GET /cdna-admin/documentation/global-comments/{page.id}
|
|
Retrieve available records and assign them to the template for editing. |