Paginated list of interactions across many locations (rollup scope).
Returns a cursor-paginated list of interactions across many locations in the account, with filtering and sorting.
Query parameters
Location tag defining the rollup scope. Required — the request returns 400 without it. Use all to span every location.
JSON-encoded filter object
JSON-encoded array of location IDs to restrict the rollup to.
JSON-encoded filter object
JSON-encoded array of publisher hostnames to include.
Start of the date-range filter (YYYY-MM-DD).
End of the date-range filter (YYYY-MM-DD).
Full-text search across interaction content.
Single interaction category, e.g. REVIEW.
JSON-encoded filter object
JSON-encoded array of interaction categories.
JSON-encoded filter object
JSON-encoded array of star ratings to include, e.g. [3,4].
Single star rating to filter by.
JSON-encoded filter object
JSON-encoded response-status filter. Values: RESPONDED, PENDING.
JSON-encoded filter object
JSON-encoded sort order. Values: NEWEST_FIRST, OLDEST_FIRST, LAST_RESPONDED.
Number of records to return from the beginning.
Cursor value — return records after this cursor (forward pagination).
Number of records to return from the end.
Cursor value — return records before this cursor (backward pagination).
Response
Successful response