View Source DocuSign.Api.Resources (DocuSign v1.2.0)
API calls for all endpoints tagged Resources
.
Summary
Functions
Lists resources for REST version specified Retrieves the base resources available for the eSignature REST API. You do not need an integrator key to view the REST API versions and resources.
Functions
Link to this function
service_information_get_resource_information(connection, opts \\ [])
View Source@spec service_information_get_resource_information( Tesla.Env.client(), keyword() ) :: {:ok, DocuSign.Model.ErrorDetails.t()} | {:ok, DocuSign.Model.ResourceInformation.t()} | {:error, Tesla.Env.t()}
Lists resources for REST version specified Retrieves the base resources available for the eSignature REST API. You do not need an integrator key to view the REST API versions and resources.
Parameters
connection
(DocuSign.Connection): Connection to serveropts
(keyword): Optional parameters
Returns
{:ok, DocuSign.Model.ResourceInformation.t}
on success{:error, Tesla.Env.t}
on failure