You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the reviews with pretty much all info. Role can be "host" to return all the reviews made by the hosts for that person.
Your own user_id can be deduced by get_host_summary['active_listings'].first['listing']['listing']['user_id']. Yuck. Whatever, I saved it as a constant and hardwired it, it's good enough for my use case.
The text was updated successfully, but these errors were encountered:
A GET to
/v2/reviews
with the following parameters:Returns the reviews with pretty much all info. Role can be "host" to return all the reviews made by the hosts for that person.
Your own user_id can be deduced by
get_host_summary['active_listings'].first['listing']['listing']['user_id']
. Yuck. Whatever, I saved it as a constant and hardwired it, it's good enough for my use case.The text was updated successfully, but these errors were encountered: