GET api/recipes/component_types

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ComponentType
NameDescriptionTypeAdditional information
id

integer

None.

description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "description": "sample string 2"
  },
  {
    "id": 1,
    "description": "sample string 2"
  }
]