Name | Description | Example |
---|---|---|
user_client_location_id | User Location ID which will be sent by RizeReviews to the client. ID will be generated dynamically at our end point. This is a required field. | “user_client_location_id”:2 |
domain | Add RizeReview domain. This is a required field. | “domain”:”www.rizereviews.com” |
rating | Add your reviews by giving rating. Constraints: The allowed range is minimum: 1, maximum: 5 This is a required field. | “rating”:3 |
review_date | Add your reviews date. This is a required field. | “review_date”:”2019-11-04″ |
review | Add your reviews description. This is an optional field. | “review”:”Good Services” |
name | Add the reviewer name. This is a required field. | “name”:”John” |
profile_image_url | Add your profile picture. This is an optional field. | “profile_image_url”:”https:\/\/encrypted-tbn0.gstatic.com\/images?q=tbn:ANd9GcTu00CDpmpseqY6JSILqwtgCnySSd0s0-jDVwlNeWaDUwpxAXDN3w&s” |
Raw code editor
Name | Description | Example |
---|---|---|
user_client_location_id | User Location ID which will be sent by RizeReviews to the client. ID will be generated dynamically at our end point. This is a required field. | “user_client_location_id”:2 |
first_name | Add the customer first name. This is a required field. | “first_name”:”John” |
last_name | Add the customer last name. This is a required field. | “last_name”:”Chambers” |
Add customer email id. This is a required field. | “email”:”[email protected]” | |
phone | Add customer phone number with dialing code. This is a required field. | “phone”:”+1123456789″ |
Raw code editor
Name | Description | Example |
---|---|---|
client_name | Client Name which will be sent by RizeReviews to the client. This is a required field. | “client_name”:”Rize Review Public Api Test” |
page | The page to retrieve. If the page number requested is higher than the available number of pages an empty array will be returned. This is an optional field. | “page”:”1″ |
per_page | The number of reviews to retrieve per page. This is an optional field. | “per_page”:”10″ |
location_name | You can filter the records by location name. This is an optional field. | “location_name”:”thrive-orlando” |
tag_name | You can filter the records by tag name. This is an optional field. | “tag_name”:[“rize tag”, “rize tag 2”] |
rating | You can filter the records by rating. This is an optional field. | “rating”:”5″ |
start_date | You can filter the records by start_date. This is an optional field. | “start_date”:”2018-01-01″ |
end_date | You can filter the records by end_date. This is an optional field. | “end_date”:”2018-12-31″ |
Raw code editor