Migrated from Redmine #379 | Author: Neil Baillie
Status: New | Priority: Normal | Created: 2019-05-07
Hi dev team,
I’m just looking for some guidance, im looking to display reviews on react based site and would be keen to use the API over the iframe.
Looks like reviews are part of the /catalog endpoint, and it seams that I can’t authenticate against that. (not sure if I have this wrong?)
Can you let me know If there is anyway that I can get reviews from the API?
Also, as a side ask, do you know if there are any react components that already exist for simplybookme?
Redmine Admin wrote:
Hi, unfortunately we do not have API to operate with reviews.
Do not know about react components yet. Of course would be nice to get it 
Neil Baillie wrote:
would I be safe to use https://zuri.simplybook.me/v2/review/list/?page=1&perPage=0 to pull the json?
if so could you let me know the param options that are available?
Redmine Admin wrote:
it cannot be 100% safe because it is not API and we can’t guaranty no changes in this format after updates. You can use it of course at your own risk
Neil Baillie wrote:
It seams the only option available to me right now, so perhaps have to go this way.
Could you help me out with the current url param options for this if any beyond page and perPage, can I request a content-type application/json header response some how?
Also whats the plan regarding formal API for reviews? im just trying to gauge if I would be better driving reviews through a 3rd party platform.