Whether the time entry is marked as billable, optional, default false
created_with
string
Must be provided when creating a time entry and should identify the service/application used to create it
description
string
Time entry description, optional
duration
integer
Time entry duration. For running entries should be negative, preferable -1
duronly
boolean
Deprecated: Used to create a time entry with a duration but without a stop time. This parameter can be ignored.
event_metadata
object
-
pid
integer
Project ID, legacy field
project_id
integer
Project ID, optional
shared_with_user_ids
Array of integer
List of user IDs to share this time entry with
start
string
Start time in UTC, required for creation. Format: 2006-01-02T15:04:05Z
start_date
string
If provided during creation, the date part will take precedence over the date part of “start”. Format: 2006-11-07
stop
string
Stop time in UTC, can be omitted if it’s still running or created with “duration”. If “stop” and “duration” are provided, values must be consistent (start + duration == stop)
tag_action
string
Can be “add” or “delete”. Used when updating an existing time entry
tag_ids
Array of integer
IDs of tags to add/remove
tags
Array of string
Names of tags to add/remove. If name does not exist as tag, one will be created automatically
task_id
integer
Task ID, optional
tid
integer
Task ID, legacy field
uid
integer
Time Entry creator ID, legacy field
user_id
integer
Time Entry creator ID, if omitted will use the requester user ID