Back to Time Tracker

GET Method Details for GetByID.

Gets the by identifier.

Definition

https://app[x].timelog.com/[account name]/api/v{version}/time-tracker/{timeTrackerID}

Parameters

  • timeTrackerID integer The time tracker identifier.
  • version string The requested API version

Returns

  • [200] OK
    • AbsenceCode object Gets or sets the absence code.
    • AdditionalTextField string Gets or sets the additional text field
    • BillableMinute integer Gets or sets the billable minute.
    • Comment string Gets or sets the comment.
    • Date string Gets or sets the date.
    • EntityID integer Gets or sets the entity identifier.
    • EntityType integer Gets or sets the type of the entity.
    • Factor number Gets or sets the factor field
    • ID string Gets or sets the identifier.
    • IsBillable boolean Gets or sets the is billable.
    • Minute integer Gets or sets the minute.
    • MonthlyPeriod string
    • StartTime string Gets or sets the start time.
    • Task object Gets or sets the task.
    • TimeRegistrationID integer Gets or sets the time registration identifier.
    • TimeTrackerID integer Gets or sets the time tracker identifier.
    • TimeTrackerStatus integer Gets or sets the time tracker status.
    • UserID integer Gets or sets the user identifier.
    {
      "AdditionalTextField": "",
      "BillableMinute": 0,
      "Comment": "",
      "Date": "2024-04-25T00:00:00+00:00",
      "EntityID": 0,
      "EntityType": 0,
      "Factor": 0.0,
      "ID": "00000000-0000-0000-0000-000000000000",
      "IsBillable": false,
      "Minute": 0,
      "MonthlyPeriod": "",
      "StartTime": "2024-04-25T00:00:00+00:00",
      "TimeRegistrationID": 0,
      "TimeTrackerID": 0,
      "TimeTrackerStatus": 0,
      "UserID": 0
    }
  • [401] Invalid authentication token
  • [500] Request to GetByID has failed
    • Code integer Gets the code.
    • Details array Gets the details.
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }