Skip to main content
API to fetch the Product Reviews

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Query parameters

string
default:"6578278e879ad2646715ba9c"
required
Account Id or Agency Id
string
required
number
default:"20"
The maximum number of items to be included in a single page of results
number
default:"0"
The starting index of the page, indicating the position from which the results should be retrieved.
string
default:"rating"
The field upon which the sort should be applied
string
default:"desc"
The order of sort which should be applied for the sortField
number
default:"4"
Key to filter the ratings
string
default:"2023-01-01T00:00:00Z"
The start date for filtering reviews
string
default:"2023-12-31T23:59:59Z"
The end date for filtering reviews
string
Comma-separated list of product IDs
string
Comma-separated list of store IDs

Respuestas

array[]
required
Array of Collections
number
required
The total count of the collections present, which is useful to calculate the pagination

Ejemplo