get https://api.reevoocloud.com/v4/organisations//reviewable
A reviewable is anything that reviews can be requested for, it is often a product or service that an organisation provides but could be a group or series of products. Reviews are aggregated for a group of reviewables and a number of organisations. If the organisation making the request has international aggregation turned on, reviews will be returned for all locales, otherwise reviews will only be returned for the organisation’s locale.
Response Attributes
Attribute | Description |
---|---|
name | identifier for the organisation |
has_reviews | flag for presence of reviews for organisation and reviewable |
has_image | flag for presence of image url for organisation and reviewable |
image_url | |
finder_options | parameters used to find the reviewable object |
reviews_path | path to reviews |
organisation_url | link to this reviewable on the organisations's website |
organisation_url_with_reviews | link to open reviews in a lightbox on the organisation’s website |
curl --request GET \
--url 'https://api.reevoocloud.com/v4/organisations/D10/reviewable?locale=en-GB&sku=NIKCP1' \
--header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='