scheduling_teams_list
List scheduling teams page by page using timestamp and active-status filters, such as includeInactive, to retrieve or audit team definitions without knowing individual IDs.
Instructions
List one requested page of scheduling teams using includeInactive and created or modified timestamp filters. Use scheduling_teams_get for one known team ID; use scheduling appointment assignments for technician-to-appointment assignments rather than team definitions.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||