get
https://production-api.shoutaboutus.com/api/v1/reviews/flag/history
Paginated list of review flags whose review belongs to a store the authenticated user can access, newest flag first.
Auth: Both — authentication. Reachable (partner sees the whole account tree beneath it; account sees its own store children). If you supply store_id it must be in that accessible set, else 403 You do not have access to this store.. When the user has no accessible stores the response is { data: { data: [], total: 0 } }.
Rate limit: No rate limit.
Request
- Query:
store_id(integer, optional) — restrict to one store the user can access; rejected with 403 if not in their scope. - Query:
flag_status(string, optional) — one ofpending,denied,approved_removed,submitted_to_platform; an unknown value returns 400Invalid flag_status value.. - Query:
review_site(string, optional) — filters by review-sitename(matched againstreview.reviewsite.name). - Query:
page(integer, optional) — standard paginator page; default 1. - Query:
limit(integer, optional) — per-page size; default 20.
Response — { data. } envelope wrapping a length-aware paginator.
current_page/last_page/per_page/total/from/to(integers/null) — paginator meta.first_page_url/last_page_url/next_page_url/prev_page_url/path(string|null) — paginator URLs.links(array) — paginator link objects (url,label,page,active).data(array) —ReviewFlagrows, each includingreview(id, store_id, review_site_id, reviewer, rate, message, review_date),review.reviewsite(id, name) andreview.store(id, name, storeid, company_id).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
