Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The time entry uuid
The type of the time entry.
project_time, time_off The approval status of the time entry.
not_submitted, pending_approval, approved, rejected The date of the time entry. Should be in the form YYYY-MM-DD.
The number of minutes for the time entry. Must be a whole number between 1 and 1440.
Notes for the time entry. May be required depending on the project configuration. Max 5000 characters.
The local start time in HH:mm (24-hour) format. Used with endTime to calculate minutes when not provided.
The local end time in HH:mm (24-hour) format. Must be after startTime when set.
The member ID (uuid) of the member for this time entry.
The project ID (uuid) of the project for the time entry. Required when typeId is changed to project_time.
The role ID (uuid) of the project role for the time entry.
The task ID (uuid) of the project task for the time entry.
The time off type ID (uuid) for the time entry. Required when typeId is changed to time_off.
200
The unique identifier for the object.
The type of the time entry.
project_time, time_off The approval status of the time entry.
not_submitted, pending_approval, approved, rejected The client approval status. null when the project does not have client approvals enabled.
not_created, pending_approval, approved, rejected The date of the time entry. Will be in the form YYYY-MM-DD.
The number of minutes logged for the time entry.
The timestamp when the timer was started. null if no timer is active.
Notes associated with the time entry.
The timestamp when the object was created.
The local start time of the time entry in HH:mm (24-hour) format.
The local end time of the time entry in HH:mm (24-hour) format.
The member who logged the time entry.
The project for this time entry. null for time off entries.
The project role for this time entry.
The project task for this time entry.
The time off type. null for project time entries.
The invoice this time entry has been billed on. null if not invoiced.
The timesheet this time entry was submitted on. null when the time entry has not been submitted or the timesheets feature is disabled.
Whether this time entry is billable. This is a calculated value based on the project, role, and other related objects.
Whether this time entry has been invoiced. When true, the invoice property will be populated.
The currency code for the billing rate.
The billable rate applicable to this time entry. This is a calculated value based on the project, role, and other related objects.
The currency code for the cost rate.
The cost per hour for this time entry.