Closed AuHau closed 2 years ago
I'm seeing profile
when I query the workspaces
endpoint, but I'm not seeing api_token
.
Actually, it looks like api_token
exists in /api/v9/workspaces
, but not in /api/v8/workspaces
. It's null
, probably because I'm using basic auth.
I believe profile
is the current Plan (Free, Starter, Premium), which you can get from:
https://www.toggl.com/api/v9/workspaces/(WORKSPACE_ID)/plans
(I don't think it exists in the v8
API)
I'm seeing profile
in the v8 API response, and api_token
, and several boolean flags that aren't in the documentation.
Hello @AuHau!
Thank you for submitting your issue. Unfortunately this repository is largely unmaintained, which means issues remain unseen and do not get dealt with in a respectable manner. We're sorry for not getting back to you sooner.
This issue has been around for a long time so we will close it for now, but please let our excellent 24/5 support staff know you if you have any unresolved issues with our platform, documentation or APIs. They're also really good at noting down feature requests for our development teams. Please find them on our support page by clicking the little icon in the bottom right corner of the screen.
Kind regards, Joeri from Toggl
Hey there,
I am currently working on rewriting: https://github.com/drobertadams/toggl-cli And while the work I discovered that there are quite some properties which are undocumented. I add the documented JSON vs JSON which you get now.
Current JSON:
Documented JSON:
Most of the properties I can guess what they are for, but two of them are not really clear to me
api_token
andprofile
.