settings_business_units_list
Retrieve and filter business units from ServiceTitan with pagination, status filtering, and date-based queries for enterprise management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter by active status | True |
| ids | No | Comma-separated IDs (max 50) | |
| name | No | Business unit name filter | |
| externalDataApplicationGuid | No | External data application GUID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |