Packages
List
POST
List
You can retrieve a list of an organization members’ current packages by calling the
packages/list endpoint.
Request
Request
Body
Some filters are restricted based on the authentication method used or permissions of the organization member.To filter packages for other members, you must use one of the following authentication methods:
- Organization API Key
- User API Key with
Sign EditororPackage Editorrole enabled - Organization OAuth App
The member ID to retrieve packages for.
The team ID to retrieve packages for.
Filter packages by folder ID.
When true, retrieves packages for all members in the organization.
Filter packages by search terms.
This performs a full text search on package
name, description, message, category, client number, matter number, as well as signer and recipient first name, last name, email, and mobile number.
You can use * as a wildcard character to perform suffix matching (e.g., Contract* matches any package whose name contains a word starting with “Contract”).Filter packages by package type.
Filter packages by package state.
When
true will only return executed packages, when false will only return non-executed packages. Leave null to not apply any executed filter.Filter packages whose sign by date is within the next X days.
For example, setting
days to 7 will return packages whose sign by date is within the next 7 days.Sort results by one of the following:
Number of packages to return.
Number of packages to skip. Used for pagination or infinite scroll.
Response
Array of packages returned.
Total number of packages that match filter criteria.
Number of packages returned per request.
Number of packages skipped.
List