v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Time Tracking Tasks

Get task

Get a time tracking task for the given id

get/v6/timeTracking/tasks/{id}

Path parameters

idstring required

The id of the task

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "id": "tmt_28868401",
    "description": "Development work",
    "status": "ACTIVE",
    "billableRate": 15000,
    "customData": {
      "internal_key": "some_internal_key",
      "some_other_field": 23434
    }
  }
}