Description Usage Arguments Value
View source: R/client_api_scaffold.R
Retrieves an already created Endpoint. Only one of 'path' or 'id' can be provided.
1 | get_endpoint(path = NULL, workspace = NULL, id = NULL)
|
path |
Path of the Endpoint. |
workspace |
Name of the workspace of the Endpoint. |
id |
ID of the Endpoint. This parameter cannot be provided alongside path. |
:class:'verta.endpoint._endpoint.Endpoint'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.