reviews
Retrieve and filter customer reviews within ServiceTitan by tenant, date range, rating, status, and associated entities like location, technician, or campaign for detailed analysis.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
campaignIds | No | ||
createdBefore | No | Format - date-time (as date-time in RFC3339). | |
createdOnOrAfter | No | Format - date-time (as date-time in RFC3339). | |
fromDate | No | Format - date-time (as date-time in RFC3339). | |
fromRating | No | Format - float. | |
includeReviewsWithoutCampaign | No | ||
includeReviewsWithoutLocation | No | ||
includeReviewsWithoutTechnician | No | ||
includeTotal | No | ||
locationIds | No | ||
modifiedBefore | No | Format - date-time (as date-time in RFC3339). | |
modifiedOnOrAfter | No | Format - date-time (as date-time in RFC3339). | |
page | No | Format - int32. | |
pageSize | No | Format - int32. | |
reportType | No | Format - int32. | |
responseTypes | No | ||
reviewStatuses | No | ||
search | No | ||
sort | No | ||
sources | No | ||
technicianIds | No | ||
tenant | Yes | The tenant identifier. | |
toDate | No | Format - date-time (as date-time in RFC3339). | |
toRating | No | Format - float. |