a Lists all envelopes accessible by the caller, with optional filters.
import {Envelopes} from '@verdocs/js-sdk/Envelopes';const {totals, envelopes} = await Envelopes.listEnvelopes((VerdocsEndpoint.getDefault(), { q: 'test', sort: 'created_at' }); Copy
import {Envelopes} from '@verdocs/js-sdk/Envelopes';const {totals, envelopes} = await Envelopes.listEnvelopes((VerdocsEndpoint.getDefault(), { q: 'test', sort: 'created_at' });
Optional
a Lists all envelopes accessible by the caller, with optional filters.