Obtener detalle de un servicio
Resources
GET /v1/scheduling/services/:id
Fetch the full detail of a service: duration, buffers, time restrictions, and allowed professionals.
GET
Obtener detalle de un servicio
Returns the requested service as long as it belongs to the PAT’s tenant. Includes the fields needed to build a service picker in a public UI (duration, description, pricing) and the data the availability engine uses internally (
time_rules, allowedProfessionals).
Endpoint
Required scope
scheduling:services:read
Path params
| Param | Type | Description |
|---|---|---|
id | string | Service id. |