Description
Returns average response time and responded-review count for each location. Use it to find the fastest or slowest branches.Parameters
Example Usage
Response Fields
The response contains account-wide summaries plus adataPoints entry for each location. Each entry includes the location label, businessNumber, avgResponseTime, and respondedCount for the actual and comparison periods.
Notes
- For the slowest location, use
sortBy: "avg-resp-time"andorder: 1; for the fastest, useorder: 0. - Response time does not indicate response rate or unanswered count. Use
get_review_response_rate_by_locationfor those metrics. avgResponseTime.days,hours, andminutesrepresent one duration.