View Source DocuSign.Api.NotaryJournals (DocuSign v1.2.0)
API calls for all endpoints tagged NotaryJournals
.
Summary
Functions
Gets notary jurisdictions for a user.
Functions
@spec notary_journals_get_notary_journals( Tesla.Env.client(), keyword() ) :: {:ok, DocuSign.Model.ErrorDetails.t()} | {:ok, DocuSign.Model.NotaryJournalList.t()} | {:error, Tesla.Env.t()}
Gets notary jurisdictions for a user.
Parameters
connection
(DocuSign.Connection): Connection to serveropts
(keyword): Optional parameters:count
(String.t): The maximum number of results to return.:search_text
(String.t): Use this parameter to search for specific text.:start_position
(String.t): The position within the total result set from which to start returning values. The value thumbnail may be used to return the page image.
Returns
{:ok, DocuSign.Model.NotaryJournalList.t}
on success{:error, Tesla.Env.t}
on failure