DocuSign.Api.Services (DocuSign v3.1.1)
View SourceAPI calls for all endpoints tagged Services.
Summary
Functions
Retrieves the available REST API versions. Retrieves the available REST API versions. Docusign Production system: https://www.docusign.net/restapi/service_information Docusign Demo system: https://demo.docusign.net/restapi/service_information You do not need an integration key to view the REST API versions and resources.
Functions
@spec service_information_get_service_information( DocuSign.Connection.t(), keyword() ) :: {:ok, DocuSign.Model.ServiceInformation.t()} | {:error, Req.Response.t()}
Retrieves the available REST API versions. Retrieves the available REST API versions. Docusign Production system: https://www.docusign.net/restapi/service_information Docusign Demo system: https://demo.docusign.net/restapi/service_information You do not need an integration key to view the REST API versions and resources.
Parameters
connection(DocuSign.Connection): Connection to serveropts(keyword): Optional parameters
Returns
{:ok, DocuSign.Model.ServiceInformation.t}on success{:error, Req.Response.t}on failure