Back to Time Registration

GET Method Details for GetByID.

Get time registration with the time registration identifier

Definition

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

Parameters

  • timeRegistrationID integer Time registration identifier
  • version string The requested API version

Returns

  • [200] No time registration with the identifier was found
    • 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": ""
    }
  • [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": ""
    }