| addDefinition |
GET /cdna-admin/custom-entities/add-definition/{parent.id}
|
| Name |
Type |
Description |
| definition |
Definition
|
Single (empty) Definition record
|
|
Add a new record. Assigns an empty record to the template. |
| editDefinition |
GET /cdna-admin/custom-entities/definition/{id}/{revision.id}
|
| Name |
Type |
Description |
| definition |
Definition
|
Retrieved Definition record
|
|
Retrieve a single record and display the edit page for the record |
| manageDefinitions |
GET /cdna-admin/custom-entities/definitions
|
|
Retrieve available records and assign them to the template for editing. |
| addRecord |
GET /cdna-admin/custom-entities/{definition.identifier}/add-record/{parent.id}
| definition.identifier |
[a-zA-Z][a-zA-Z\-_0-9]+ |
| parent.id |
\d+ |
|
| Name |
Type |
Description |
| record |
Record
|
Single (empty) Record record
|
|
Add a new record. Assigns an empty record to the template. |
| editRecord |
GET /cdna-admin/custom-entities/{definition.identifier}/record/{id}/{revision.id}
| definition.identifier |
[a-zA-Z][a-zA-Z\-_0-9]+ |
| id |
\d+ |
| revision.id |
\d+ |
|
| Name |
Type |
Description |
| record |
Record
|
Retrieved Record record
|
|
Retrieve a single record and display the edit page for the record |
| manageRecords |
GET /cdna-admin/custom-entities/{definition.identifier}/records
| definition.identifier |
[a-zA-Z][a-zA-Z\-_0-9]+ |
|
|
Retrieve available records and assign them to the template for editing. |