...
Field | Description | Format | Required | Type | Resource |
---|---|---|---|---|---|
start | Timestamp representing the start date/time of the record | timestamp | true | defaulttimerecords | |
actualHours | The total duration of the time record | decimal(10,2) | true | default | timerecords |
billableHours | The total number of hours that are to be billed | decimal(10,2) | false | default | timerecords |
notes | A description of the time being recorded | string | false | defaulttimerecords | |
createdTimestamp | Timestamp of when the database record was created | timestamp | false | additionaltimerecords | |
isTimesheetEntry | A flag for if the record was created through the timesheet interface or the time entry interface | boolean | false | additionaltimerecords | |
owner | The system user to whom the time record belongs | string | true | linkparticipants | |
activity | The pre-defined activity associated with the time record | string | true | link | timerecordactivities |
division | The division to which the time record belongs | string | true | link | divisions |
task | The task against which the actual and billable time is logged | string | true | link | tasks |
createdBy | The system user who created the time record | string | true | linkparticipants |
Link Templates
Identifier | TypeResource | Location Template |
---|---|---|
timerecords.activity | timerecordactivities | /timerecordactivities/{timerecords.activity} |
timerecords.division | divisions | /divisions/{timerecords.division} |
timerecords.task | tasks | /tasks/{timerecords.task} |
timerecords.owner | participants | /participants/{timerecords.owner} |
timerecords.createdBy | participants | /participants/{timerecords.createdBy} |