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.
- [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.