GET api/DietForms/{id}
Get Diet Form by Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id (key) of Diet Form |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Diet Form object by id
DietFormDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DietFormId |
Id (key) of DietForm |
integer |
Required |
| Name |
Diet Form Name |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DietFormId": 1,
"Name": "sample string 2"
}