Back to Time Registration Financial Data
GET Method Details for GetByDate.
Get the financial data information of the user by the given date
Definition
https://app[x].timelog.com/[account name]/api/v{version}/time-registration-financial-data/get-by-date
    Parameters
- date string Date to select
- version string The requested API version
Returns
- 
                    [200] 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 GetByDate has failed
                        
                        - Code integer Gets the code.
- Details array Gets the details.
- DeveloperNote object
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.