Skip to main content

Description

Returns response rate, responded count, and unanswered count for each location. Use it for location-level response performance and backlog questions.

Parameters

Example Usage

Example Response

Response Fields

summary.actual and summary.compare contain account-wide response metrics. Each dataPoints entry contains an actual and compare object with the location label, businessNumber, total count, response rate, responded count, and unanswered count.

Notes

  • For an overall unanswered-review backlog, omit the dates unless the user asks for a specific period.
  • The service does not sort by unanswered or responded count. For the worst response performance, use sortBy: "rate" with order: 0 and read unrespondedCount from the returned locations.
  • Both comparison dates must be provided together. When neither is supplied, each dataPoints entry (and summary) contains only actual — no compare key at all.
  • On accounts with many small locations, a large share of locations can show responseRate: 100 simply because they’ve received very few reviews and answered all of them. Consider a minimum totalCount threshold before surfacing “best/worst responder” results operationally.