Skip to main content
GET
List a barber's services

Path Parameters

barberId
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

name
string

Filter services by their name. This filter is case-insensitive and supports partial matches.

categories
object[]

Filter services to only include those with the these service categories. When excluded, services are not filtered by category.

type
enum<string>[]

Filter services to only include those with the these service types. When excluded, services are not filtered by type.

The type of a service.

Available options:
base,
addOn,
bundle
visibility
enum<string>[]

Filter services by visibility.

The visibility of a resource.

Available options:
visible,
hidden

Response

Ok. The operation succeeded.

A list response for resources. This response contains the full result set after any filters are applied.

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