Skip to main content
GET
List a barber's public reviews

Path Parameters

id
string
required

The unique, opaque system identifier for a resource. This case-sensitive ID is also used as path parameters in URLs or in other properties or parameters that reference a resource by ID rather than URL.

Query Parameters

sentiment
enum<string>[]

Filter reviews by sentiment. When included, only reviews with any of these sentiments are returned. When excluded, reviews are not filtered by sentiment.

The sentiment of a review.

Available options:
positive,
negative
offset
integer<int16>
default:0

The offset for pagination. Defaults to 0.

Required range: x >= 0
limit
integer<int16>
default:20

The maximum number of results to return. Defaults to 20.

Required range: 1 <= x <= 100

Response

Ok. The operation succeeded.

A paginated list of a barber's public reviews.

items
object[]
required
count
integer<int16>
required
Required range: x >= 0
offset
integer<int16>
required

The offset of list results for the current page.

Required range: x >= 0
limit
integer<int16>
required

The maximum number of results included in items.

Required range: x >= 0