Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The time entry uuid
The type of the time entry. Can be either "project_time" (logging time to a project) or "time_off" (time off).
project_time, time_off 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.
The member ID (uuid) of the member for this time entry.
The status of the time entry.
not_submitted, pending_approval, approved, rejected Any notes with the associated entry. May be required depending on the project configuration.
The project ID (uuid) of the project for the time entry. Must be provided if the typeId is changed to project_time.
The role ID (uuid) of the project role for the time entry. May be required depending on the project configuration.
The task ID (uuid) of the project task for the time entry. May be required depending on the project configuration.
The time off type ID (uuid) of the time off type for the time entry. Must be provided if the typeId is changed to time_off.
The local start time of the time entry in HH:mm (24-hour) format. Used with endTime to calculate minutes if not provided.
The local end time of the time entry in HH:mm (24-hour) format. Must be after startTime when is set.
200
The unique identifier for the object.
The type of the time entry. Can be either "project_time" (logging time to a project) or "time_off" (time off).
project_time, time_off The status of the time entry. Will default to not_submitted if not supplied.
not_submitted, pending_approval, approved, rejected The client approval status. Only present when the project has client approvals enabled.
not_created, 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.
The timestamp of the start of a running timer. null if no timer is active.
Any notes with the associated entry. May be required depending on the project configuration.
The timestamp when the object was created.
The local start time of the time entry in HH:mm (24-hour) format. Used with endTime to calculate minutes if not provided.
The local end time of the time entry in HH:mm (24-hour) format. Must be after startTime when set.
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. Only present for time off entries.
The invoice this time entry has been billed on.
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. This is a read-only property.
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. This is a read-only property.
The cost per hour applicable to this time entry. This is a read-only property.