provider Shifts GET /shifts
@utdk/front /shifts
List Shifts
List the shifts. Required scope: `shifts:read`

Try it

Authentication
Configure credentials for Core API
listShifts
GET/shifts
List the shifts. Required scope: `shifts:read`

This operation has no parameters.

Configure credentials above to enable sending.

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

TypeScript

import front from '@utdk/front';

await front.listShifts()