Find available slots for a group
GET/v1/partner/groups/:group_id/availability-info
Returns paginated availability information for locations within the provided group. Information includes the waitlist_length & next_available appointment slot for a given location_id.
Request​
Path Parameters
group_id Group Idrequired
Query Parameters
limit Limit
Default value: 20
page Page
Default value: 1
future_days Future Days
Default value: 2
Responses​
- 200
- 422
Successful Response
- application/json
- Schema
Schema
any
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...