provider Time Off GET /time_offs/{time_off_id}
@utdk/front /time_offs/{time_off_id}
Get time off
Fetch a time off. Required scope: `time_off:read`
time_off_id path required
The time off ID
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getTimeOff
GET/time_offs/{time_off_id}
Fetch a time off. Required scope: `time_off:read`

Parameters

required

The time off ID

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.getTimeOff({
  "time_off_id": "vcr_abc123"
})