Templates | R Documentation |
Templates object, inheriting from ConceptLibraryClient::Endpoint - allows querying of templates/ endpoints
Response object
Response object
Response object
ConceptLibraryClient::Endpoint
-> Templates
get()
Queries templates/
Templates$get()
get_versions()
Queries templates/id/get-versions/
Templates$get_versions(template_id)
template_id
(string) Id of entity to query
get_detail()
Queries templates/id/detail/ or templates/id/version/id/detail/
Templates$get_detail(template_id, version_id = NA)
template_id
(string) Id of entity to query
version_id
(integer) Version id of entity to query
clone()
The objects of this class are cloneable with this method.
Templates$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.