dispatch_job_splits_by_jobs_list
Retrieve and filter dispatch job splits for specified ServiceTitan jobs using criteria like date ranges, status, and pagination.
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, ModifiedOn, CreatedOn | |
| jobIds | No | Comma-separated job IDs to include | |
| createdBefore | No | Return items created before this UTC timestamp | |
| createdOnOrAfter | No | Return items created on or after this UTC timestamp | |
| modifiedBefore | No | Return items modified before this UTC timestamp | |
| modifiedOnOrAfter | No | Return items 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 |