GET/tasks/{id}/time_entries.json
Retrieve all Task times
Retrieves all of the time entries from a submitted todo item.
Additional Notes:
- The date field returned in the response is in UTC date/time
- The toDate, toTime, fromDate and fromTime are specified in your timezone.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"time-entries": [
{
"project-id": "1",
"isbillable": "0",
"tasklistId": "",
"todo-list-name": "",
"todo-item-name": "",
"isbilled": "0",
"updated-date": "2017-11-13T13:08:23Z",
"todo-list-id": "",
"tags": [],
"canEdit": false,
"taskEstimatedTime": "0",
"company-name": "MCG Cleaning Services",
"id": "1",
"invoiceNo": "",
"person-last-name": "McGill",
"parentTaskName": "",
"dateUserPerspective": "2014-03-30T10:10:00Z",
"minutes": "15",
"person-first-name": "Holly",
"description": "",
"ticket-id": "",
"createdAt": "2017-11-13T13:08:23Z",
"taskIsPrivate": "0",
"parentTaskId": "0",
"company-id": "1",
"project-status": "archived",
"person-id": "1",
"project-name": "Website rewrite!",
"task-tags": [],
"taskIsSubTask": "0",
"todo-item-id": "",
"date": "2014-03-30T09:10:00Z",
"has-start-time": "1",
"hours": "1"
}
],
"STATUS": "OK"
}