locations_get_contact_list
Retrieve a paginated list of contacts for a specific location in ServiceTitan using tenant and location IDs. Supports custom page size and total count inclusion.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Format - int64. | |
includeTotal | No | Whether total count should be returned | |
page | No | Format - int32. The logical number of page to return, starting from 1 | |
pageSize | No | Format - int32. How many records to return (50 by default) | |
tenant | Yes | Format - int64. Tenant ID |