patient
Get list of rdis for the patient
get/patients/{patient_id}/patient_rdi
Path parameters
patient_idinteger required
Query parameters
date_sincestring required
date_untilstring required
use_insufficient_meal_filterboolean
whether days with insufficient number of meals should be excluded from the meals. Added 2024-04-01
Response
successful operation
Example response
{
"date_since": "2019-01-02",
"date_until": "2019-01-02",
"nutrients": [
{
"sources": [
{
"unit": "mcg"
}
],
"unit": "mcg"
}
]
}