Obtener detalle de una sucursal
Resources
GET /v1/scheduling/branches/:id
Fetch a branch by id. Returns 404 if it doesn’t belong to the tenant resolved from the PAT.
GET
Obtener detalle de una sucursal
Returns the requested branch as long as it belongs to the PAT’s tenant. The query filters by
A 404 is also returned when the id exists in another company.
company in addition to _id, so a valid id from another tenant responds with 404.
Endpoint
Required scope
scheduling:branches:read
Path params
| Param | Type | Description |
|---|---|---|
id | string | Branch ObjectId. |