settings_business_units_list
Retrieve ServiceTitan business units with filters for active status, name, ID, and date range. Supports pagination and total count.
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 |