DocuSign.Api.NotaryJournals (DocuSign v3.1.1)

View Source

API calls for all endpoints tagged NotaryJournals.

Summary

Functions

notary_journals_get_notary_journals(connection, opts \\ [])

@spec notary_journals_get_notary_journals(
  DocuSign.Connection.t(),
  keyword()
) :: {:ok, DocuSign.Model.NotaryJournalList.t()} | {:error, Req.Response.t()}

Gets notary jurisdictions for a user.

Parameters

  • connection (DocuSign.Connection): Connection to server
  • opts (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, Req.Response.t} on failure