GET api/Content/GetBeers/{customerId}/{categoryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
|
| categoryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of APIBeer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CustomerId | integer |
None. |
|
| IsPublished | boolean |
None. |
|
| OriginalImage | string |
None. |
|
| ThumbMiddle | string |
None. |
|
| Thumb | string |
None. |
|
| CreatedDate | date |
None. |
|
| AvailableIn | Collection of Seasonal |
None. |
|
| Locations | Collection of APILocation |
None. |
|
| BeerStyle | string |
None. |
|
| Glassware | string |
None. |
|
| ColorSRM | string |
None. |
|
| ServingTemperature | string |
None. |
|
| ABV | string |
None. |
|
| IBU | string |
None. |
|
| IsOrganic | boolean |
None. |
|
| RateBeer | decimal number |
None. |
|
| BeerAdvocate | decimal number |
None. |
|
| RateBeerURL | string |
None. |
|
| BeerAdvocateURL | string |
None. |
|
| UnTapped | decimal number |
None. |
|
| UnTappedURL | string |
None. |
|
| AvailableSize | string |
None. |
|
| Comments | Collection of APIComments |
None. |
|
| Sequence | integer |
None. |
|
| TotalCheckIns | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.