post
https://production-api.shoutaboutus.com/api/v1/reports/response/locationlist
Returns a paginated per-location (per-store) response table for the authenticated account — reviews, responses, average response time, average rating, response rate.
Auth: Account — authentication; under the account-side reports/response group. Scope: store_id → single store (guarded by an ownership check); else all of the auth user's stores. This account variant has NO account_id/client_* params — partner-wide scoping uses the partner/report/review-response/by-location endpoint instead.
Rate limit: No rate limit.
Request
- Body:
| Field | Type | Required | Notes |
|---|---|---|---|
| range_start | string | yes | Y-m-d H:i:s |
| range_end | string | yes | Y-m-d H:i:s |
| store_id | integer | no | belongs to auth company |
| sort_field | string | no | location_name,total_reviews,total_responses,avg_resp_time,avg_rating,response_rate (default location_name) |
| sort_by | string | no | asc/ASC/desc/DESC (default ASC) |
| search_field | string | no | only location_name |
| search_value | string | no | |
| limit | integer | no | 10–100, values below 10 are raised to 10 (default 10) |
| page | integer | no | min 1 |
Response — paginated ReviewResponseReport collection.
data[].id(int) — store iddata[].location_name(string) —name - storeiddata[].total_reviews(int) /data[].total_responses(int)data[].avg_resp_time(float, days) /data[].avg_rating(float) /data[].response_rate(float, %)current_page,last_page,per_page,total
Errors: 422 on validation failure.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
