Back to Time Registration Financial Data

GET Method Details for GetByDateRange.

Get a list of financial data information of the user by the given period

Definition

https://app[x].timelog.com/[account name]/api/v{version}/time-registration-financial-data/get-by-date-range

Parameters

  • startDate string Start of the period
  • endDate string End of the period
  • version string The requested API version

Returns

  • [200] A list of time registration financial data
    • BillableCurrencyABB string Gets or sets the billable currency abb.
    • Date string Gets or sets the date.
    • TotalActualHour number Gets or sets the total actual hour.
    • TotalActualMinute integer Gets or sets the total actual minute.
    • TotalBillableAmount number Gets or sets the total billable amount.
    • TotalBillableHour number Gets or sets the total billable hour.
    • TotalBillableMinute integer Gets or sets the total billable minute.
    • TotalRegistrationCount integer Gets or sets the total registration count.
    • UserID integer Gets or sets the user identifier.
    {
      "BillableCurrencyABB": "",
      "Date": "2024-04-25T00:00:00+00:00",
      "TotalActualHour": 0.0,
      "TotalActualMinute": 0,
      "TotalBillableAmount": 0.0,
      "TotalBillableHour": 0.0,
      "TotalBillableMinute": 0,
      "TotalRegistrationCount": 0,
      "UserID": 0
    }
  • [401] Invalid authentication token
  • [500] Request to GetByDateRange 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": ""
    }