Back to Employee Expense Financial Data

GET Method Details for GetByDateRange.

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

Definition

https://app[x].timelog.com/[account name]/api/v{version}/employee-expense-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 employee expense financial data
    • CurrencyABB string Gets or sets the currency abb.
    • CurrencyID integer Gets or sets the currency identifier.
    • CurrencyRate number Gets or sets the currency rate.
    • Date string Gets or sets the date.
    • TotalAmount number Gets or sets the total amount.
    • TotalAmountWithoutVat number Gets or sets the total amount without vat.
    • TotalEmployeeExpenseCount integer Gets or sets the total employee expense count.
    • UserID integer Gets or sets the user identifier.
    {
      "CurrencyABB": "",
      "CurrencyID": 0,
      "CurrencyRate": 0.0,
      "Date": "2024-04-19T00:00:00+00:00",
      "TotalAmount": 0.0,
      "TotalAmountWithoutVat": 0.0,
      "TotalEmployeeExpenseCount": 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": ""
    }