Back to Hourly Rate

GET Method Details for GetAll.

Get all hourly rates

Definition

https://app[x].timelog.com/[account name]/api/v{version}/hourly-rate

Parameters

  • version string The requested API version

Returns

  • [200] A list of hourly rates
    • Amount number Gets or sets the amount
    • CurrencyISO string Gets or sets the CurrencyISO
    • CustomerID integer Gets or sets the customer ID
    • Description string Gets or sets the description
    • HourlyRateCurrencyID integer Gets or sets the HourlyRate currency ID
    • HourlyRateID integer Gets or sets the hourly rate ID
    • HourlyRateName string Gets or sets the hourly rate name
    • ID string Gets or sets the hourly rate GUID
    • IsActive boolean Gets or sets whether the hourly rate is active
    • IsDefault boolean Gets or sets whether the hourly rate is default
    • LegalEntityID integer Gets or sets the legal entity ID
    • ProductNo string Gets or sets the product number
    • ServiceID integer Gets or sets the service ID
    {
      "Amount": 0.0,
      "CurrencyISO": "",
      "CustomerID": 0,
      "Description": "",
      "HourlyRateCurrencyID": 0,
      "HourlyRateID": 0,
      "HourlyRateName": "",
      "ID": "00000000-0000-0000-0000-000000000000",
      "IsActive": false,
      "IsDefault": false,
      "LegalEntityID": 0,
      "ProductNo": "",
      "ServiceID": 0
    }
  • [401] Invalid authentication token
  • [500] Request to GetAll 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": ""
    }