Skip to content

TimesheetEntry

idstring, (uuid)

The id of the time entry.

submission_idstring, (uuid)

The id of the submission in which the time entry belongs to.

submission_start_datestring, (date)

The start date of the submission (period) this time entry belongs to.

submission_end_datestring, (date)

The end date of the submission (period) this time entry belongs to.

approval_statusstring(TimesheetSubmissionState)
Enum:"open""submitted""approved"
approval_status_datestring, (date-time)

The date and time at which the timesheet's approval status changed to its current value.

person_idstring, (uuid)

The id of the Person in which the actual time entry belongs to.

client_idstring or null, (uuid)

The unique identifier of the client in Parallax.

project_idstring, (uuid)

The id of the project in which the time entry belongs to.

project_offering_idstring, (uuid)

The id of the project offering in which the time entry belongs to.

project_offering_role_idstring, (uuid)

The id of the project offering role that the actual time is recorded to.

notestring or null

Notes associated with the time entry.

datestring, (date)

The date in which the time entry is recorded to, in the YYYY-MM-DD format.

hoursnumber, (double)

The number of hours associated with the time entry.

is_billableboolean

Indicates whether the time entry was for billable work.

{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "submission_id": "945dfedc-ad7f-4af7-b20c-06082ffa3cb3", "submission_start_date": "2019-08-24", "submission_end_date": "2019-08-24", "approval_status": "open", "approval_status_date": "2019-08-24T14:15:22Z", "person_id": "087e858e-473c-4f50-b5b0-c1df6c021550", "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643", "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9", "project_offering_id": "7dfed78d-ddbe-4f81-b7b1-e4094f9ff440", "project_offering_role_id": "7e0533b8-5407-48c5-9bcc-a30f3092a3e8", "note": "string", "date": "2019-08-24", "hours": 0.1, "is_billable": true }