Params

Param name Description
time_entry
required

Time entry parameters.

Validations:

  • Must be a Hash

time_entry[entry_type]
optional

Time entry type. Default: "work_time".

Validations:

  • Must be one of: work_time, travel_time, on_call.

time_entry[user_id]
optional

User ID. By default, current user’s ID is used.

Validations:

  • Must be a Integer

time_entry[task_id]
required

Task ID.

Validations:

  • Must be a Integer

time_entry[description]
required

Time entry description.

Validations:

  • Must be a String

time_entry[date]
required

Time entry date. E.g. 2025-02-25.

Validations:

  • Must be a String

time_entry[start_time]
optional

Time entry’s start timestamp, in Unix time format.

Validations:

  • Must be a Integer

time_entry[minutes]
required

Time, in minutes.

Validations:

  • Must be a Integer

time_entry[billable_minutes]
optional

Billable time, in minutes. By default, will be considered equal to minutes.

Validations:

  • Must be a Integer