evrone / toggl-python

MIT License
12 stars 6 forks source link

Adapt Workspace related logic to API V9 #11

Open ivlevdenis opened 3 years ago

ivlevdenis commented 3 years ago

https://github.com/toggl/toggl_api_docs/blob/master/chapters/dashboard.md

nifadyev commented 1 month ago

According to migration guide Dashboard is now a part of Workspace resource

Verb V8 V9 Additional Notes
GET /dashboard/{workspace_id} /workspaces/{workspace_id}/dashboard/all_activity Also available more specific /most_active and /top_activity

Unable to get relevant response because Dashboard is not available on Free plan