Get
Get Reviews returns reviews for a business account with detailed review fields.
Behavior Note
- If
statusesis not provided, the API defaults to["published"], which returns featured reviews only.- Status mapping:
published= featured reviews,parked= non-featured reviews.- To fetch both featured and non-featured reviews, pass
statuses: ["published","parked"]orstatuses: ["all"]in the request body.ratingsfilters are applied only within the statuses selected for the request.
Note
- Deep Pagination with record window greater than 100k is not supported. Either reduce the sindex + count to be less than equal to 100k or use appropriate filters to narrow down your result set.
Headers
e.g. application/json
e.g. [Required] Partner specific API key provided by Birdeye for data exchange.
Media type of the JSON request body.
Path Parameters
Id of the Business.
Query Parameters
Start index of the reviews. Refer API note for max permissible value.
Number of reviews to query. Refer API note for max permissible value.
Include Reviews whose auto-crawling is blocked e.g. PressGaney
Body
Review date start in UTC format.
Review date end in UTC format, eg if toDate is 04/01/2013, reviews of date 04/01/2013 is excluded .
Review start date in milliseconds, pass either fromDate or fromTimestamp.
Review end date in milliseconds, pass either endDate or toTimestamp.
Review updated date start in UTC format.
Review updated date end in UTC format.
Aggregation source name Note: use "our_website" to filter reviews posted on Birdeye platform or use "direct_feedback" for direct feedback.
Review rating Possible values 0,1,2,3,4,5.
String that is contained by review.
BusinessIds under enterprise account.
Review status filter. Valid values are "published", "parked", and "all". If omitted, default is "published" only (featured reviews). "published" refers to featured reviews and "parked" refers to non-featured reviews.
Get review from all child ignoring merge reviews flag configured at parent/child relationship level.
Reviews with assigned tags
To fetch custom field(s) associated with the customer attributed to the review [if any].
To fetch customer information associated with the reviewer [if attributed].
To retrieve employees associated with the review [if mapped].
Response
OK
Id of the review.
Overall rating for the review, in case of direct feedback and facebook recommendations it will be 0. For Facebook recommendations, value will be 1, Non recommended review will have value set as 0.
User comment.
Reviewer details
Source of the review if it is an aggregated review.
Review url
Review posted date.
Review response text.
Response date.
If true, you can post replies through the dashboard.
Whether a review reply is supported via Birdeye API or not.
Customer's Id attributed with this review (if any).
Key value pair of custom field(s) associated with the customer attributed to the review (if any)
Employees associated with the review