Skip to main content
POST
/
reviews
/
list
/
{id}
Get List of Reviews for a Preset
curl --request POST \
  --url https://api.boosterberg.com-beta.com/v1/reviews/list/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "page": 1,
  "limit": 6
}
'
[
  {
    "id": 123,
    "rating": 5,
    "message": "Yoga Club is premium WordPress theme best suitable for yoga and health websites like yoga centers, yoga clubs, yoga trainers, dance, meditation etc.",
    "created_at": "2022-05-01 22:00:00",
    "user": {}
  }
]

Path Parameters

id
integer
required

Preset ID

Example:

1

Body

application/json
page
integer
Example:

1

limit
integer
Example:

6

Response

200 - application/json

Returns Array of Preset Objects Object

id
integer
rating
integer
Example:

5

message
string
Example:

"Yoga Club is premium WordPress theme best suitable for yoga and health websites like yoga centers, yoga clubs, yoga trainers, dance, meditation etc."

created_at
string
Example:

"2022-05-01 22:00:00"

user
object