Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Stores time entries on bookings and projects
ID of the user that owns this time entry
Example:
872383
Name of the activity that is being worked on
Example:
"Colour Grading"
Unix Time Entry Start
Example:
1547501100
User that owns this time entry
Short description or notes about what was worked on
Example:
"Opening scenes completed"
Unix Time Entry End
Example:
1547538900
ISO-8601 formatted result of the time entry start
Example:
"2022-02-22T09:00:00+11:00"
ISO-8601 formatted result of the time entry end
Example:
"2022-02-22T17:00:00+11:00"
Is the time tracked billable?
Example:
"false"
Is this time entry locked for further changes?
Example:
"false"
Response
Successful Operation