GET reviews
Summary: Find reviews for a particular App and marketplace. Results are automatically paginated when limit is set
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
- Results are paginated and the default is value is 100 if no limit is provided
Parameters (4)
limit
(integer, query, optional)
The maximum number of results to return per page
pageNumber
(integer, query, optional)
The result set page number to be returned
query
(string, query, optional)
A query document. Example: {'rating': 500} matches all the reviews that have a rating of 500.
sort
(string, query, optional)
A sort document. Example: {'rating':1} sorts the results by rating in ascending order
No probe data for this endpoint yet.