| addPage |
GET /cdna-admin/faq/add-page/{parent.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/faq/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/faq/pages
|
|
Retrieve available records and assign them to the template for editing. |
| addQuestion |
GET /cdna-admin/faq/add-question/{parent.id}
|
| Name |
Type |
Description |
| question |
Question
|
Single (empty) Question record
|
|
Add a new record. Assigns an empty record to the template. |
| editQuestion |
GET /cdna-admin/faq/question/{id}/{revision.id}
|
| Name |
Type |
Description |
| question |
Question
|
Retrieved Question record
|
|
Retrieve a single record and display the edit page for the record |
| manageQuestions |
GET /cdna-admin/faq/questions
|
|
Retrieve available records and assign them to the template for editing. |
| addQuestionComment |
GET /cdna-admin/faq/add-question-comment/{question.id}
|
| Name |
Type |
Description |
| questionComment |
QuestionComment
|
Single (empty) QuestionComment record
|
|
Add a new record. Assigns an empty record to the template. |
| editQuestionComment |
GET /cdna-admin/faq/question-comment/{id}
|
| Name |
Type |
Description |
| questionComment |
QuestionComment
|
Retrieved QuestionComment record
|
|
Retrieve a single record and display the edit page for the record |
| manageQuestionComments |
GET /cdna-admin/faq/question-comments/{question.id}
|
|
Retrieve available records and assign them to the template for editing. |