dispatch_project_sub_statuses_list
Retrieve and filter project sub-statuses in ServiceTitan's dispatch module using criteria like active status, parent status ID, creation dates, and pagination controls.
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, Name, Order, StatusId, ModifiedOn, CreatedOn | |
| name | No | Filter by project sub-status name | |
| statusId | No | Filter by parent project status ID | |
| ids | No | Comma-separated sub-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 |