estimates_getlist
Retrieve and filter estimates from ServiceTitan by date, status, job ID, location, or other criteria. Use to access detailed information on active, modified, or sold estimates within specific parameters.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | What kind of items should be returned (only active items will be returned by default) Values: [True, Any, False] | |
createdBefore | No | Format - date-time (as date-time in RFC3339). | |
createdOnOrAfter | No | Format - date-time (as date-time in RFC3339). 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 | |
jobId | No | Format - int64. | |
jobNumber | No | ||
locationId | No | Format - int64. | |
modifiedBefore | No | Format - date-time (as date-time in RFC3339). Return items modified before certain date/time (in UTC) | |
modifiedOnOrAfter | No | Format - date-time (as date-time in RFC3339). Return items modified on or after certain date/time (in UTC) | |
orderBy | No | ||
orderByDirection | No | ||
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) | |
projectId | No | Format - int64. | |
soldAfter | No | Format - date-time (as date-time in RFC3339). | |
soldBefore | No | Format - date-time (as date-time in RFC3339). | |
soldByEmployeeId | No | Format - int64. | |
soldById | No | Format - int64. | |
status | No | ||
tenant | Yes | Format - int64. Tenant ID | |
totalGreater | No | Format - decimal. | |
totalLess | No | Format - decimal. |