addAuthor |
GET /cdna-admin/users/add-author/{person.id}
|
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}
|
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
|
|
Retrieve available records and assign them to the template for editing. |
addUser |
GET /cdna-admin/users/add-user/{person.id}
|
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}
|
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}
|
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}
|
|
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}
|
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}
|
|
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}
|
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
|
|
Retrieve available records and assign them to the template for editing. |