scheduling_teams_list
Retrieve and filter scheduling teams from ServiceTitan with options for sorting, date ranges, and pagination to manage workforce organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn | |
| includeInactive | No | Whether to include inactive teams | |
| createdBefore | No | Return teams created before this UTC timestamp | |
| createdOnOrAfter | No | Return teams created on or after this UTC timestamp | |
| modifiedBefore | No | Return teams modified before this UTC timestamp | |
| modifiedOnOrAfter | No | Return teams 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 |