| addHook |
GET /cdna-admin/hooks/add-hook/{category.id}
|
| Name |
Type |
Description |
| hook |
Hook
|
Single (empty) Hook record
|
|
Add a new record. Assigns an empty record to the template. |
| editHook |
GET /cdna-admin/hooks/hook/{id}
|
| Name |
Type |
Description |
| hook |
Hook
|
Retrieved Hook record
|
|
Retrieve a single record and display the edit page for the record |
| manageHooks |
GET /cdna-admin/hooks/
|
|
Retrieve available records and assign them to the template for editing. |
| addCategory |
GET /cdna-admin/hooks/add-category
|
| Name |
Type |
Description |
| category |
Category
|
Single (empty) Category record
|
|
Add a new record. Assigns an empty record to the template. |
| editCategory |
GET /cdna-admin/hooks/category/{id}
|
| Name |
Type |
Description |
| category |
Category
|
Retrieved Category record
|
|
Retrieve a single record and display the edit page for the record |
| manageCategories |
GET /cdna-admin/hooks/categories
|
|
Retrieve available records and assign them to the template for editing. |
| manageActions |
GET /cdna-admin/hooks/{hook.id}/actions
|
|
Retrieve available records and assign them to the template for editing. |
| addAction |
GET /cdna-admin/hooks/add-action/{type}/{hook.id}/{parent.id}
| type |
[a-zA-Z]+ |
| hook.id |
\d+ |
| parent.id |
\d+ |
|
|
Add a new record. Assigns an empty record to the template. |
| editAction |
GET /cdna-admin/hooks/action/{id}
|
|
Retrieve a single record and display the edit page for the record |
| manageBatches |
GET /cdna-admin/hooks/batches/{hook.id}
|
|
Retrieve available records and assign them to the template for editing. |
| manageBatchActions |
GET /cdna-admin/hooks/batch-actions/{batch.id}
|
|
Retrieve available records and assign them to the template for editing. |
| editBatchAction |
GET /cdna-admin/hooks/batch-action/{id}
|
| Name |
Type |
Description |
| batchAction |
BatchAction
|
Retrieved BatchAction record
|
|
Retrieve a single record and display the edit page for the record |