- WorkTrail API /
- Work Entries
Work Entries
Work entries represent specific times a user has tracked his work. It contains a start attendance, end attendance, summary and task. Attendances simply represent a time which optional could contain additional data about the type of work changes (sign in, action or sign out) - Usually this is not required.
Required scope: read_workentries
Request URL
https://worktrail.net/rest/workentries/
Retrieving all WorkEntries
As there are quite many work entries for each company it is very important to page correctly through the list of entries. Each single work entry has the following structure:
{ "id": 123", "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", "start": { "type": "sign_in", "time": 1328191538 }, "end": { "type": "sign_out", "time": 132819749 }, "taskid": 123, "employee": 123, "modifydate": 1328192707 }