Frontend | Backend | Api

Users routes (Backend)

Name Request Response variables Description
addAuthor

GET /cdna-admin/users/add-author/{person.id}

person.id \d+
Name Type Description
author Author Single (empty) Author record
Add a new record. Assigns an empty record to the template.
editAuthor

GET /cdna-admin/users/author/{id}

id \d+
Name Type Description
author Author Retrieved Author record
Retrieve a single record and display the edit page for the record
manageAuthors

GET /cdna-admin/users/authors

Name Type Description
authors Collection (Author) Collection of Authors
Retrieve available records and assign them to the template for editing.
addUser

GET /cdna-admin/users/add-user/{person.id}

person.id \d+
Name Type Description
user User Single (empty) User record
Add a new record. Assigns an empty record to the template.
addAuthorUser

GET /cdna-admin/users/add-author-user/{author.id}

author.id \d+
Name Type Description
user User Single (empty) User record
Add a new record. Assigns an empty record to the template.
editUser

GET /cdna-admin/users/user/{id}

id \d+
Name Type Description
user User Retrieved User record
Retrieve a single record and display the edit page for the record
manageUsers

GET /cdna-admin/users/users/{person.groups.id}

person.groups.id \d+
Name Type Description
users Collection (User) Collection of Users
Retrieve available records and assign them to the template for editing.
addPerson

GET /cdna-admin/users/add-person

Name Type Description
person Person Single (empty) Person record
Add a new record. Assigns an empty record to the template.
editPerson

GET /cdna-admin/users/person/{id}

id \d+
Name Type Description
person Person Retrieved Person record
Retrieve a single record and display the edit page for the record
managePeople

GET /cdna-admin/users/people/{groups.id}

groups.id \d+
Name Type Description
people Collection (Person) Collection of People
Retrieve available records and assign them to the template for editing.
addGroup

GET /cdna-admin/users/add-group

Name Type Description
group Group Single (empty) Group record
Add a new record. Assigns an empty record to the template.
editGroup

GET /cdna-admin/users/group/{id}

id \d+
Name Type Description
group Group Retrieved Group record
Retrieve a single record and display the edit page for the record
manageGroups

GET /cdna-admin/users/groups

Name Type Description
groups Collection (Group) Collection of Groups
Retrieve available records and assign them to the template for editing.