Through this API you can get reviews for the current date or for your selected date range.
Name | Method | Description | |
---|---|---|---|
/v1/getreviews | GET | This end-point will retrieve reviews for a location from the Online Review Manager Portal. |
You will recieve a success or error message. See sample success message below:
{ "status": "success", "message": { "reviews": [ { "review_id": "0000001", "review_site": "Google", "link": "https://www.google.com", "rating": "1", "title": "Office Lease Center", "message": "rude", "reviewer": "Alfonso Soldi", "directory_url": "https://www.google.com/search?q=Regus%2520New%2520York%2520New%2520York%2520NY&ludocid=3635205031207267829", "review_date": "2015-02-09 11:02:29", "client_location_id": "", "location_id": "SAU1487123456", "location_name": "Location Name", "store_id": "Unique Store ID" } ] } }