Time Entry
Create Time Entry
WRITE
access to the ADMIN
module is required to access this endpointCurrently, only users with Administrative level have access to view, create and modify time entries for other users time entries.
All users are able to create, edit and delete their own time entries, however this uses a separate API not currently available for public access.
Please contact our Support team if you are interested in accessing this private API.
All users are able to create, edit and delete their own time entries, however this uses a separate API not currently available for public access.
Please contact our Support team if you are interested in accessing this private API.
POST
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"
Simplified project model containing only a subset of fields
Standrd booking model summarised
Is the time tracked billable?
Example:
"false"
Is this time entry locked for further changes?
Example:
"false"
Response
200
application/json
Successful Operation