Get Review API
This section covers documentation of the API and an example
Documentation
POST request:
POST https://www.rivyoo.co.uk/api/getReviews
POST parameters:
Name | Value | Description |
---|---|---|
CompanyId* | Company Identification Number | |
Lang* | Language Multiple Languages can be defined 'EN', 'DE'. |
|
ReviewSize | The ammount of reviews requested | |
ReviewPage | Page of reviews Reviews are automaticly paged. |
|
ReviewStars | Get reviews with only X star rating | |
Products | Get reviews with products | |
POST response:
Get Rating API
This section covers documentation of the API and an example
Documentation
POST request:
POST https://www.rivyoo.co.uk/api/getRating
POST parameters:
Name | Value | Description |
---|---|---|
CompanyId* | Company Identification Number | |
POST response:
Get Likes API
This section covers documentation of the API and an example
Documentation
GET request:
GET https://www.rivyoo.co.uk/api/getLikes?CompanyId=1&txtEmail=john.doe@email.com
GET parameters:
Name | Value | Description |
---|---|---|
CompanyId* | Company Identification Number | |
txtEmail* | End User Email Address | |
GET response:
Create Review API
This section covers documentation of the API and an example
Warning!
Create Review API requires an API Key in the POST Request.
You should make the POST Request from the Server so the API Key remains hidden and not visible from client script (JavaScript/HTML).
You should make the POST Request from the Server so the API Key remains hidden and not visible from client script (JavaScript/HTML).
Documentation
POST request:
POST https://www.rivyoo.co.uk/api/getToken
POST parameters:
Name | Value | Description |
---|---|---|
APIKEY* | Company API Key Can be found in Company Details My Account |
|
add_Rating* | End User Rating Value (1-5) |
|
txtReview* | End User Rating Text | |
txtEmail* | End User Email Address | |
txtFName | End User Forename | |
txtSName | End User Surname | |
txtInv | Unique Invoice Code | |
POST response: