Get Agreed Hours by Employee ID
documentedFetch the agreed hours for a specific employee.
GET /api/management/v2/agreed_hour/{employeeid}Managementno implementation yet0 runsNo 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://{{$install}}.{{$geo}}.deputy.com/api/management/v2/agreed_hour/{{$employeeid}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"