Create a time entry.
Note: A time entry that has a negative duration means that timer is currently running for that user.
Associate a time entry with a task using the tid
parameter.
{- "description": "from api",
- "tags": [
- {
- "name": "name of tag",
- "tag_bg": "#BF55EC",
- "tag_fg": "#FFFFFF"
}
], - "start": 1595282645000,
- "billable": true,
- "duration": 50000,
- "assignee": 1,
- "tid": "task_id"
}
{- "description": "from api",
- "tags": [
- {
- "name": "name of tag",
- "tag_bg": "#BF55EC",
- "tag_fg": "#BF55EC"
}
], - "start": 1595282645000,
- "billable": true,
- "duration": 50000,
- "assignee": 1,
- "tid": "task_id"
}