getDaily: ((params: { endDate?: Date; startDate: Date; toWebhook?: boolean; userId: string })
=> Promise<TerraDataResponse<Daily>>)
Get Daily data for current user
Returns
A promise of type Daily Data
Parameters
userId: string
startDate: Date
Start date for the date range limit
Optional endDate: Date
End date for the date range limit
Optional toWebhook: boolean
True for sending data to webhook and false for sending data in response body
Returns Promise<TerraDataResponse>