List day lockings
documentedList locked dates for an account (with optional since/until/dates/user_ids).
GET /{account_id}/day_propertiesDay locking (Locked Time)no 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)
Notes: Timely's Day locking API is GET /1.1/:account_id/day_properties with base URL https://api.timelyapp.com/1.1. See Timely API docs. ([dev.timelyapp.com](https://dev.timelyapp.com/?utm_source=openai))
npx -y keychains@latest curl "https://api.timelyapp.com/1.1/{{$account_id}}/day_properties?since={{$since}}&until={{$until}}&dates={{$dates}}&user_ids={{$user_ids}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json"