scheduling_teams_list
Retrieve a list of service scheduling teams with filtering by creation or modification dates, sorting, pagination, and option to include inactive teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | Return teams created before this UTC timestamp | |
| modifiedBefore | No | Return teams modified before this UTC timestamp | |
| includeInactive | No | Whether to include inactive teams | |
| createdOnOrAfter | No | Return teams created on or after this UTC timestamp | |
| modifiedOnOrAfter | No | Return teams modified on or after this UTC timestamp |