get
https://production-api.shoutaboutus.com/api/v1/account/ai-responses
List every successfully-generated AI response row for a given review, newest first (status=success, ordered by id descending).
Auth: Both — authentication. The review_id query param must sit inside your own account tree: the review's store must resolve to a company that is the authenticated user's own person.company_id or a descendant of it. Partner (bundle_id=1) and Account (bundle_id=3) roles share the endpoint; only the reachable part of the account tree differs.
Rate limit: No rate limit.
Request
- Query:
review_id(integer, required) — must be an existing review and belong to the auth company hierarchy.
Response — { data: [.] } envelope (resource collection). Each element:
id(integer) —AiReviewResponserow id.review_id(integer) — the review this response belongs to.response(string) — the generated reply text.status(string) — alwayssuccess(the query filters to it).created_at(datetime) — ISO-8601 timestamp.
Errors: 422 on validation failure.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
