dispatch_project_statuses_list
Retrieve and filter project statuses from ServiceTitan's dispatch module using parameters like name, date ranges, and sorting options to manage workflow tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Name, Order, ModifiedOn, CreatedOn | |
| name | No | Filter by project status name | |
| ids | No | Comma-separated status IDs (maximum 50) | |
| 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 |