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