Returns a list of PowerForms.
This method returns a list of PowerForms that are available to the user.
Path parameters
The external account number (int) or account ID GUID.
Query parameters
The maximum number of results to return.
The start date for a date range.
Note: If no value is provided, no date filtering is applied.
The order in which to sort the results.
Valid values are:
- asc: Ascending order.
- desc: Descending order.
The file attribute to use to sort the results.
Valid values are:
- sender
- auth
- used
- remaining
- lastused
- status
- type
- templatename
- created
A comma-separated list of additional properties to include in a search.
- sender: Include sender name and email in the search.
- recipients: Include recipient names and emails in the search.
- envelope: Include envelope information in the search.
Use this parameter to search for specific text.
The position within the total result set from which to start returning values. The value thumbnail may be used to return the page image.
The end date for a date range.
Note: If no value is provided, this property defaults to the current date.
Response
Successful response.
Changes
Changed in 3 of the 39 revisions of this API.44
- ○
added the new optional
queryrequest parametercountnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstart_positionnew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parametersearch_fieldsnew-optional-request-parameter
- ○
added the new optional
queryrequest parametersearch_textnew-optional-request-parameter
- ○
- ●
deleted the
queryrequest parametercountrequest-parameter-removed
- ●
deleted the
queryrequest parametersearch_fieldsrequest-parameter-removed
- ●
deleted the
queryrequest parametersearch_textrequest-parameter-removed
- ●
deleted the
queryrequest parameterstart_positionrequest-parameter-removed
- ●