getMenstruation: ((params: { endDate?: Date; startDate: Date; toWebhook?: boolean; userId: string })
=> Promise<TerraDataResponse<Menstruation>>)
Get Menstruation data for current user
Returns
A promise of type Menstruation 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