GET/time_entries/{id}.json

Retrieve single Time-Entry

Retrieve a Single Time-Entry.

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

Examples

200 Response

application/json
{
  "STATUS": "OK",
  "time-entry": {
    "isbillable": "1",
    "project-id": "1",
    "tasklistId": "1",
    "todo-list-name": "Accounts",
    "todo-item-name": "Account Options",
    "isbilled": "0",
    "updated-date": "2017-10-24T10:32:01Z",
    "todo-list-id": "1",
    "canEdit": true,
    "tags": [
      {
        "name": "processing",
        "id": "1",
        "color": "#2f8de4"
      }
    ],
    "taskEstimatedTime": "2",
    "company-name": "Testing Projects",
    "id": "1",
    "invoiceNo": "",
    "person-last-name": "McGill",
    "parentTaskName": "",
    "dateUserPerspective": "2015-01-14T12:25:00Z",
    "minutes": "2",
    "person-first-name": "Holly",
    "description": "",
    "ticket-id": "",
    "createdAt": "2015-01-14T12:27:41Z",
    "taskIsPrivate": "0",
    "parentTaskId": "0",
    "company-id": "1",
    "project-status": "active",
    "person-id": "1",
    "project-name": "",
    "task-tags": [],
    "taskIsSubTask": "0",
    "date": "2015-01-14T12:25:00Z",
    "todo-item-id": "1",
    "has-start-time": "1",
    "hours": "0"
  }
}