Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

The Time Records resource represents system user entered time sheets. Time records MAY be linked to Actions resources via Tasks resources. Time Records have both an actual time value and a billable time value. No end timestamp for a time record exists, but is calculated using the "start" field and the "actualHours" field. Time Records are also specific to a division, which can be access via the Division resource.

 

Resource Location: /timerecords

Available Methods: GET POST PUT DELETE OPTIONS

 

Default Fields

FieldDescriptionFormatRequiredField Type
startTimestamp representing the start date/time of the recordtimestamptruedefault
actualHoursThe total duration of the time recorddecimal(10,2)truedefault
billableHoursThe total number of hours that are to be billeddecimal(10,2)falsedefault
notesA description of the time being recordedstringfalsedefault
createdTimestampTimestamp of when the database record was createdtimestampfalseadditional
isTimesheetEntryA flag for if the record was created through the timesheet interface or the time entry interfacebooleanfalseadditional
ownerThe system user to whom the time record belongsstringtruelink
activityThe pre-defined activity associated with the time recordstringtruelink
divisionThe division to which the time record belongsstringtruelink
taskThe task against which the actual and billable time is loggedstringtruelink
createdByThe system user who created the time recordstringtruelink

 

Link Templates

IdentifierResourceLocation Template
timerecords.activitytimerecordactivities/timerecordactivities/{timerecords.activity}
timerecords.divisiondivisions/divisions/{timerecords.division}
timerecords.tasktasks/tasks/{timerecords.task}
timerecords.ownerparticipants/participants/{timerecords.owner}
timerecords.createdByparticipants/participants/{timerecords.createdBy}
  • No labels