PractitionerRotas
Retrieve a practitioner rota
Use this endpoint to retrieve a single PractitionerRota.
get/shop/practitioners/{practitionerId}/rotas/{rotaId}
Response
A single PractitionerRota object.
Example response
{
"data": {
"scheduling_week_interval": 2,
"availability_rules": [
{
"week_num": 1,
"weekday": "monday",
"time_from": "09:00",
"time_to": "17:00",
"offerings": [
{
"offering_name": "Twilight massage",
"offering_type": "appointment"
}
]
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.