Skip to main content
POST
Create Time Entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Stores time entries on bookings and projects

owner_id
integer
required

ID of the user that owns this time entry

Example:

872383

name
string
required

Name of the activity that is being worked on

Example:

"Colour Grading"

start
integer
required

Unix Time Entry Start

Example:

1547501100

owner
object

User that owns this time entry

description
string

Short description or notes about what was worked on

Example:

"Opening scenes completed"

end
integer

Unix Time Entry End

Example:

1547538900

start_date_time_iso
string

ISO-8601 formatted result of the time entry start

Example:

"2022-02-22T09:00:00+11:00"

end_date_time_iso
string

ISO-8601 formatted result of the time entry end

Example:

"2022-02-22T17:00:00+11:00"

project
Project Summary Model · object[]
booking
Booking Summary Model · object[]
billable
boolean

Is the time tracked billable?

Example:

"false"

locked
boolean

Is this time entry locked for further changes?

Example:

"false"

Response

Successful Operation

success
object