installed_equipment_get_list
Retrieve a list of installed equipment from the ServiceTitan API, filtered by active status, creation/modification dates, location IDs, or specific IDs. Supports pagination and sorting for efficient data access.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | What kind of items should be returned | |
createdBefore | No | Return items created before certain date/time (in UTC) | |
createdOnOrAfter | No | Return items created on or after certain date/time (in UTC) | |
ids | No | Perform lookup by multiple IDs (maximum 50) | |
includeTotal | No | Whether total count should be returned | |
locationIds | No | Location IDs | |
modifiedBefore | No | Return items modified before certain date/time (in UTC) | |
modifiedOnOrAfter | No | Return items modified on or after certain date/time (in UTC) | |
page | No | The logical number of page to return, starting from 1 | |
pageSize | No | How many records to return (50 by default) | |
sort | No | Applies sorting by the specified field | |
tenant | Yes | Tenant ID |