diet restrictions

Get list of available diet restrictions

get/diet_restrictions

Response

successful operation

descriptionstring required
description_translationsobject nullable
displaystring required
display_translationsobject nullable
namestring required
name_translationsobject nullable

Example response

[
  {
    "description": "low CHO diet with preference for higher fat intake",
    "display": "ketogenic diet",
    "name": "ketogenic diet"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.