dispatch_forms_list
List dispatch forms with filters for active status, name, ID, publication state, conditional logic, and triggers. Supports date range filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated form IDs (maximum 50) | |
| name | No | Filter by form name | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn, Name | |
| active | No | Filter by active status | True |
| status | No | Filter by form publication status | |
| pageSize | No | Records per page (default 50) | |
| hasTriggers | No | Filter forms by trigger usage | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | Return forms created before this UTC timestamp | |
| modifiedBefore | No | Return forms modified before this UTC timestamp | |
| createdOnOrAfter | No | Return forms created on or after this UTC timestamp | |
| modifiedOnOrAfter | No | Return forms modified on or after this UTC timestamp | |
| hasConditionalLogic | No | Filter forms by conditional logic usage |