Sign in

List timelogs in folder

documented

Query timelogs for a folder.

GET /folders/{folderId}/timelogsTimelogsno 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://www.wrike.com/api/v4/folders/{{$folder_id}}/timelogs?trackedDate=%7B%22start%22%3A%22{{$start_date}}%22%2C%22end%22%3A%22{{$end_date}}%22%7D" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
List timelogs in folder · Wrike · OpenIntegrations