Receive a list of Ratings.

Supported Formats

json

Params

Param name Description
product_id
required

Lipscore product ID


Value:

Must be a Integer

updated_after
optional

Only include ratings created or updated after the given date and time. Must be a string in an ISO 8601 format.


Value:

Must be a String

page
optional

Page number. By default 1. Total pages amount and the current page are specified in the response header X-Pagination.


Value:

Must be a Integer

per_page
optional

Page size. By default 10. Maximum is 100.


Value:

Must be a Integer

api_key
required

API key (a 24 character unique code)


Value:

Must be a String

Examples

GET /products/1807875/ratings?api_key=889c3f3e4b6ac67269261324

Response
[ { "id": 33198, "created_at": "2022-12-24T14:50:56.410Z", "updated_at": "2022-12-24T16:30:01.410Z", "status": null, "lang": "no", "origin": "email", "support_case_created_at": null, "rating": 5, "user": { "id": 56634, "name": "John Doe", "avatar_thumb_url": "https://static.lipscore.com/avatars/000/000/000/thumb_000000005936.jpg", "short_name": "John" }, "internal_order_id": "778203", "internal_customer_id": "84021", "internal_attr_1": "Attribute 1", "internal_attr_2": "Attribute 2", "internal_attr_3": "Attribute 3", "internal_attr_4": "Attribute 4", "internal_attr_5": "Attribute 5" } ]