...
Field | Description | Format | Required | Field Type | Notes |
---|---|---|---|---|---|
startTimestamp | Timestamp representing the start date/time of the record | timestamp | true | default | |
actualHours | The total duration of the time record | number | true | default | Cannot be less than zero. |
billableHours | The total number of hours that are to be billed | number | false | default | Cannot be less than zero. |
notes | A description of the time being recorded | string | false | default | |
createdTimestamp | Timestamp of when the database record was created | timestamp | false | default | |
owner | The system user to whom the time record belongs | string | truefalse | link | read only |
activity | The pre-defined activity associated with the time record | string | truefalse | link | |
division | The division to which the time record belongs | string | truefalse | link | |
task | The task against which the actual and billable time is logged | string | truefalse | link | |
createdBy | The system user who created the time record | string | false | link | |
action | The action this time record is associated with | string | truefalse | link | |
rate | The rate override for this time record | string | false | link |
Link Templates
Identifier | Resource | 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} |
...