Get Service by ID
GET/calendars/services/catalog/:serviceId
Get service by ID.
Request
Version stringrequired
API Version
Available options
v3serviceId stringrequired
Service ID
Successful response
- application/json
- Schema
- Example (auto)
Schema
serviceobjectrequired
Service details
{
"service": {
"id": "65e5f6dfacf123513228d384",
"locationId": "0007BWpSzSwfiuSl0tR2",
"name": "Hair Styling"
}
}