goal

Returns the recent frequency breakdown for the patient, for use by the mobile app to suggest goals. Note: currently only returns cc_* nutrients.

get/patients/{patient_id}/goals/recent-frequency-breakdown

Path parameters

patient_idinteger required

Query parameters

datestring required

calendar date in format YYYY-MM-DD

Example:2019-01-02

Response

successful operation

num_daysinteger required

Example response

{
  "values": [
    {
      "nutrient_name": "cc_refined_grains"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 15 revisions of this API.