Frontend | Backend | Api

CustomEntities routes (Backend)

Name Request Response variables Description
addDefinition

GET /cdna-admin/custom-entities/add-definition/{parent.id}

parent.id \d+
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}

id \d+
revision.id \d+
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

Name Type Description
definitions Collection (Definition) Collection of 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]+
Name Type Description
records Collection (Record) Collection of Records
Retrieve available records and assign them to the template for editing.