Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.18 KB

TaskWithTotal.md

File metadata and controls

23 lines (18 loc) · 1.18 KB

TaskWithTotal

Properties

Name Type Description Notes
active bool False when the task has been done [optional]
at str When the task was created/last modified [optional]
estimated_seconds int Estimation time for this task in seconds [optional]
id int Task ID [optional]
name str Task Name [optional]
permissions str [optional]
project_id int Project ID [optional]
recurring bool Whether this is a recurring task [optional]
server_deleted_at str When the task was deleted [optional]
toggl_accounts_id str Task assignee, if set above this will be the toggl_account_id for that user [optional]
tracked_seconds int The value tracked_seconds is in milliseconds, not in seconds. [optional]
user_id int Task assignee, if available [optional]
workspace_id int Workspace ID [optional]

[Back to Model list] [Back to API list] [Back to README]