Receive a list of Questions

Supported Formats

json

Params

Param name Description
product_id
required

Lipscore product ID


Value:

Must be a Integer

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 5. 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/questions?api_key=889c3f3e4b6ac67269261324

Response
[ { "id": "39_216", "text": "Does it have a wi-fi module?", "created_at": "2022-12-24T14:50:56.410Z", "user": { "id": 56634, "name": "John Doe", "avatar_thumb_url": "https://static.lipscore.com/avatars/000/000/000/thumb_000000005936.jpg", "short_name": "John" }, "answer": { "id": "316", "question_id": "39_216", "text": "Yes, it is", "created_at": "2022-09-30T21:23:30Z", "updated_at": "2022-09-30T21:23:30Z", "member_site": "Demo site" } } ]