| addClient |
GET /cdna-admin/sites/add-client
|
| Name |
Type |
Description |
| client |
Client
|
Single (empty) Client record
|
|
Add a new record. Assigns an empty record to the template. |
| editClient |
GET /cdna-admin/sites/client/{id}
|
| Name |
Type |
Description |
| client |
Client
|
Retrieved Client record
|
|
Retrieve a single record and display the edit page for the record |
| manageClients |
GET /cdna-admin/sites/clients
|
|
Retrieve available records and assign them to the template for editing. |
| addSite |
GET /cdna-admin/sites/add-site/{client.id}
|
| Name |
Type |
Description |
| site |
Site
|
Single (empty) Site record
|
|
Add a new record. Assigns an empty record to the template. |
| editSite |
GET /cdna-admin/sites/site/{id}
|
| Name |
Type |
Description |
| site |
Site
|
Retrieved Site record
|
|
Retrieve a single record and display the edit page for the record |
| manageSites |
GET /cdna-admin/sites/sites/{client.id}
|
|
Retrieve available records and assign them to the template for editing. |
| addSiteData |
GET /cdna-admin/sites/add-site-data
|
| Name |
Type |
Description |
| siteData |
SiteData
|
Single (empty) SiteData record
|
|
Add a new record. Assigns an empty record to the template. |
| editSiteData |
GET /cdna-admin/sites/site-data/{id}
|
| Name |
Type |
Description |
| siteData |
SiteData
|
Retrieved SiteData record
|
|
Retrieve a single record and display the edit page for the record |
| manageSiteData |
GET /cdna-admin/sites/site-data
|
|
Retrieve available records and assign them to the template for editing. |
| addEnvironment |
GET /cdna-admin/sites/add-environment/{site.id}
|
| Name |
Type |
Description |
| environment |
Environment
|
Single (empty) Environment record
|
|
Add a new record. Assigns an empty record to the template. |
| editEnvironment |
GET /cdna-admin/sites/environment/{id}
|
| Name |
Type |
Description |
| environment |
Environment
|
Retrieved Environment record
|
|
Retrieve a single record and display the edit page for the record |
| manageEnvironments |
GET /cdna-admin/sites/environments/{site.id}
|
|
Retrieve available records and assign them to the template for editing. |