Back to Time Registration Financial Data

GET Method Details for GetStatusByDateRange.

Get a list of financial data processing statuses by the given period

Definition

https://app[x].timelog.com/[account name]/api/v{version}/time-registration-financial-data/get-status-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 processing statuses
    • Completed boolean Gets or sets whether the financial data has been completely processed.
    • Date string Gets or sets the date.
    • UserID integer Gets or sets the user identifier.
    {
      "Completed": false,
      "Date": "2024-05-02T00:00:00+00:00",
      "UserID": 0
    }
  • [401] Invalid authentication token
  • [500] Request to GetStatusByDateRange 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": ""
    }