You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the way to do the CRUD functions on just about every other object type in toggl track, but I am not sure about your support for Organizations, the top-level object. I am trying to manage the fact that each user may belong to multiple organizations and the separation of concerns is paramount, but it is unclear if an identifier for the organization that each workspace belongs to is given in the response of Workspaces(auth=auth).list() for example. Also, it is unclear as to what data is necessary to use the Workspaces.create() method. Would really appreciate feedback on these issues.
The text was updated successfully, but these errors were encountered:
I see the way to do the CRUD functions on just about every other object type in toggl track, but I am not sure about your support for Organizations, the top-level object. I am trying to manage the fact that each user may belong to multiple organizations and the separation of concerns is paramount, but it is unclear if an identifier for the organization that each workspace belongs to is given in the response of Workspaces(auth=auth).list() for example. Also, it is unclear as to what data is necessary to use the Workspaces.create() method. Would really appreciate feedback on these issues.
The text was updated successfully, but these errors were encountered: