Sign in

Get work schedule and holidays

documented

Retrieve holidays, work schedules, and time-off dailies for HRIS profiles.

GET /rest/v2/time_offs/dailiesHRISno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.letsdeel.com/rest/v2/time_offs/dailies?start_date={{start_date}}&end_date={{end_date}}&hris_profile_id={{hris_profile_id}}&countries={{countries}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"