You can use the Little Bock REST API to create calls to get the data you need to integrate with Little Bock.
Retrieves the collection of BeerPackageType resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "name": "string",
- "beerSize": "string",
- "isReturnable": true,
- "notes": "string",
- "isSingleUse": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a BeerPackageType resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "name": "string",
- "beerSize": "string",
- "isReturnable": true,
- "notes": "string",
- "isSingleUse": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
Retrieves the collection of BeerProduct resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "amountProducted": "string",
- "beerPackageType": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "emptyBeerPackage": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "brewSession": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "packagedAt": "2019-08-24T14:15:22Z",
- "expireAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "emptyBeerPackageUnitCost": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a BeerProduct resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "amountProducted": "string",
- "beerPackageType": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "emptyBeerPackage": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "brewSession": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "packagedAt": "2019-08-24T14:15:22Z",
- "expireAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "emptyBeerPackageUnitCost": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Updates the BeerProduct resource.
id required | string Resource identifier |
The updated BeerProduct resource
amount | string |
notes | string or null |
lowAmountAlertValue | string or null |
traceabilityNumber | string or null |
{- "amount": "string",
- "notes": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "amountProducted": "string",
- "beerPackageType": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "emptyBeerPackage": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "brewSession": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "packagedAt": "2019-08-24T14:15:22Z",
- "expireAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "emptyBeerPackageUnitCost": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Retrieves the collection of BeerStyle resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "name": "string",
- "category": "string",
- "categoryNumber": "string",
- "styleLetter": "string",
- "styleGuide": "string",
- "fermentationType": "string",
- "ogMin": "string",
- "ogMax": "string",
- "fgMin": "string",
- "fgMax": "string",
- "ibuMin": 0,
- "ibuMax": 0,
- "ebcMin": 0,
- "ebcMax": 0,
- "carbonationMin": "string",
- "carbonationMax": "string",
- "abvMin": "string",
- "abvMax": "string",
- "examples": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a BeerStyle resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "name": "string",
- "category": "string",
- "categoryNumber": "string",
- "styleLetter": "string",
- "styleGuide": "string",
- "fermentationType": "string",
- "ogMin": "string",
- "ogMax": "string",
- "fgMin": "string",
- "fgMax": "string",
- "ibuMin": 0,
- "ibuMax": 0,
- "ebcMin": 0,
- "ebcMax": 0,
- "carbonationMin": "string",
- "carbonationMax": "string",
- "abvMin": "string",
- "abvMax": "string",
- "examples": "string"
}
Retrieves the collection of BrewEquipment resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "name": "string",
- "grainAbsorption": 0.9,
- "falseBottomVolume": 0.5,
- "offsetFalseBottomVolume": true,
- "falseBottomVolumeNotLost": true,
- "evaporationRate": 20,
- "coolingRetractionRate": 4,
- "miscLossVolume": 0.5,
- "efficiency": 72,
- "batchSize": 20,
- "boilTime": 60,
- "hopAromaUtilizationCalculation": true,
- "hopAromaUtilization": 50,
- "notes": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a BrewEquipment resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "name": "string",
- "grainAbsorption": 0.9,
- "falseBottomVolume": 0.5,
- "offsetFalseBottomVolume": true,
- "falseBottomVolumeNotLost": true,
- "evaporationRate": 20,
- "coolingRetractionRate": 4,
- "miscLossVolume": 0.5,
- "efficiency": 72,
- "batchSize": 20,
- "boilTime": 60,
- "hopAromaUtilizationCalculation": true,
- "hopAromaUtilization": 50,
- "notes": "string"
}
Retrieves the collection of BrewLog resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "mashingAt": "2019-08-24T14:15:22Z",
- "mashPh": "string",
- "postSpargeVolume": "string",
- "mashingNotes": "string",
- "boilingAt": "2019-08-24T14:15:22Z",
- "preBoilGravity": "string",
- "postBoilGravity": "string",
- "preBoilVolume": "string",
- "postBoilVolume": "string",
- "boilingNotes": "string",
- "fermentationStartAt": "2019-08-24T14:15:22Z",
- "originalGravity": "string",
- "preFermentationVolume": "string",
- "fermentationStartNotes": "string",
- "fermentationEndAt": "2019-08-24T14:15:22Z",
- "finalGravity": "string",
- "fermentationEndNotes": "string",
- "brewLogEvents": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "didAt": "2019-08-24T14:15:22Z",
- "notes": "string"
}
]
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a BrewLog resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "mashingAt": "2019-08-24T14:15:22Z",
- "mashPh": "string",
- "postSpargeVolume": "string",
- "mashingNotes": "string",
- "boilingAt": "2019-08-24T14:15:22Z",
- "preBoilGravity": "string",
- "postBoilGravity": "string",
- "preBoilVolume": "string",
- "postBoilVolume": "string",
- "boilingNotes": "string",
- "fermentationStartAt": "2019-08-24T14:15:22Z",
- "originalGravity": "string",
- "preFermentationVolume": "string",
- "fermentationStartNotes": "string",
- "fermentationEndAt": "2019-08-24T14:15:22Z",
- "finalGravity": "string",
- "fermentationEndNotes": "string",
- "brewLogEvents": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "didAt": "2019-08-24T14:15:22Z",
- "notes": "string"
}
]
}
Updates the BrewLog resource.
id required | string Resource identifier |
The updated BrewLog resource
mashingAt | |
mashPh | string or null |
postSpargeVolume | string or null |
mashingNotes | string or null |
boilingAt | |
preBoilGravity | string or null |
postBoilGravity | string or null |
postBoilVolume | string or null |
boilingNotes | string or null |
fermentationStartAt | |
originalGravity | string or null |
preFermentationVolume | string or null |
fermentationStartNotes | string or null |
fermentationEndAt | |
finalGravity | string or null |
fermentationEndNotes | string or null |
{- "mashingAt": "2019-08-24T14:15:22Z",
- "mashPh": "string",
- "postSpargeVolume": "string",
- "mashingNotes": "string",
- "boilingAt": "2019-08-24T14:15:22Z",
- "preBoilGravity": "string",
- "postBoilGravity": "string",
- "postBoilVolume": "string",
- "boilingNotes": "string",
- "fermentationStartAt": "2019-08-24T14:15:22Z",
- "originalGravity": "string",
- "preFermentationVolume": "string",
- "fermentationStartNotes": "string",
- "fermentationEndAt": "2019-08-24T14:15:22Z",
- "finalGravity": "string",
- "fermentationEndNotes": "string"
}
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "mashingAt": "2019-08-24T14:15:22Z",
- "mashPh": "string",
- "postSpargeVolume": "string",
- "mashingNotes": "string",
- "boilingAt": "2019-08-24T14:15:22Z",
- "preBoilGravity": "string",
- "postBoilGravity": "string",
- "preBoilVolume": "string",
- "postBoilVolume": "string",
- "boilingNotes": "string",
- "fermentationStartAt": "2019-08-24T14:15:22Z",
- "originalGravity": "string",
- "preFermentationVolume": "string",
- "fermentationStartNotes": "string",
- "fermentationEndAt": "2019-08-24T14:15:22Z",
- "finalGravity": "string",
- "fermentationEndNotes": "string",
- "brewLogEvents": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "didAt": "2019-08-24T14:15:22Z",
- "notes": "string"
}
]
}
Retrieves the collection of BrewSessionRecipe resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "brewSession": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "totalCost": "string",
- "id": 0,
- "name": "string",
- "type": "string",
- "beerStyle": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "equipment": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "batchSize": "string",
- "kettleBatchSize": "string",
- "boilSize": "string",
- "boilTime": 0,
- "efficiency": "string",
- "brewhouseEfficiency": "string",
- "estOG": "string",
- "estFG": "string",
- "ebc": 0,
- "ibu": 0,
- "abv": "string",
- "buOnGuRatio": "string",
- "dryHopAmount": "string",
- "estBoilGravity": "string",
- "estPostBoilGravity": "string",
- "note": "string",
- "source": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "primaryAge": 0,
- "primaryTemp": "string",
- "secondaryAge": 0,
- "secondaryTemp": "string",
- "tertiaryAge": 0,
- "tertiaryTemp": "string",
- "age": 0,
- "ageTemp": "string",
- "fermentationNote": "string",
- "carbonation": "string",
- "carbonationTemp": "string",
- "fermentables": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "supplier": "string",
- "type": "string",
- "amount": "string",
- "color": 0,
- "yield": "string",
- "useType": "Mash",
- "time": 0,
- "notFermentable": true,
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "hops": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "amount": "string",
- "alpha": "string",
- "useType": "string",
- "time": 0,
- "temperature": 0,
- "form": "string",
- "position": 0,
- "ibu": "string",
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "miscs": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "type": "string",
- "useType": "string",
- "amount": "string",
- "amountIsWeight": "string",
- "unit": "string",
- "time": 0,
- "note": "string",
- "position": 0,
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "yeasts": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "amount": "string",
- "amountIsWeight": "string",
- "unit": "string",
- "form": "string",
- "productReference": "string",
- "laboratory": "string",
- "attenuation": "string",
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "targetWater": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "calcium": "string",
- "bicarbonate": "string",
- "sulfate": "string",
- "chloride": "string",
- "sodium": "string",
- "magnesium": "string"
}, - "mash": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "note": "string",
- "ph": 5.4,
- "spargeTemp": 75,
- "spargeSize": "string",
- "mashThickness": 2.5,
- "biab": true,
- "mashSteps": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "note": "string",
- "type": "string",
- "infuseAmount": "string",
- "infuseTemp": "string",
- "decoctionAmount": "string",
- "stepTime": 0,
- "stepTemp": 0,
- "waterGrainRatio": "string"
}
]
}, - "medal": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "position": "string",
- "categorie": "string",
- "competition": "string",
- "year": 0
}
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a BrewSessionRecipe resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "brewSession": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "totalCost": "string",
- "id": 0,
- "name": "string",
- "type": "string",
- "beerStyle": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "equipment": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "batchSize": "string",
- "kettleBatchSize": "string",
- "boilSize": "string",
- "boilTime": 0,
- "efficiency": "string",
- "brewhouseEfficiency": "string",
- "estOG": "string",
- "estFG": "string",
- "ebc": 0,
- "ibu": 0,
- "abv": "string",
- "buOnGuRatio": "string",
- "dryHopAmount": "string",
- "estBoilGravity": "string",
- "estPostBoilGravity": "string",
- "note": "string",
- "source": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "primaryAge": 0,
- "primaryTemp": "string",
- "secondaryAge": 0,
- "secondaryTemp": "string",
- "tertiaryAge": 0,
- "tertiaryTemp": "string",
- "age": 0,
- "ageTemp": "string",
- "fermentationNote": "string",
- "carbonation": "string",
- "carbonationTemp": "string",
- "fermentables": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "supplier": "string",
- "type": "string",
- "amount": "string",
- "color": 0,
- "yield": "string",
- "useType": "Mash",
- "time": 0,
- "notFermentable": true,
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "hops": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "amount": "string",
- "alpha": "string",
- "useType": "string",
- "time": 0,
- "temperature": 0,
- "form": "string",
- "position": 0,
- "ibu": "string",
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "miscs": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "type": "string",
- "useType": "string",
- "amount": "string",
- "amountIsWeight": "string",
- "unit": "string",
- "time": 0,
- "note": "string",
- "position": 0,
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "yeasts": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "amount": "string",
- "amountIsWeight": "string",
- "unit": "string",
- "form": "string",
- "productReference": "string",
- "laboratory": "string",
- "attenuation": "string",
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "targetWater": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "calcium": "string",
- "bicarbonate": "string",
- "sulfate": "string",
- "chloride": "string",
- "sodium": "string",
- "magnesium": "string"
}, - "mash": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "note": "string",
- "ph": 5.4,
- "spargeTemp": 75,
- "spargeSize": "string",
- "mashThickness": 2.5,
- "biab": true,
- "mashSteps": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "note": "string",
- "type": "string",
- "infuseAmount": "string",
- "infuseTemp": "string",
- "decoctionAmount": "string",
- "stepTime": 0,
- "stepTemp": 0,
- "waterGrainRatio": "string"
}
]
}, - "medal": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "position": "string",
- "categorie": "string",
- "competition": "string",
- "year": 0
}
}
Retrieves the collection of BrewSession resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "name": "Brassin",
- "number": 0,
- "recipe": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "brewSessionRecipe": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "startedAt": "2019-08-24T14:15:22Z",
- "brewLog": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "fermentationDevice": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "beerContainer": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a BrewSession resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "name": "Brassin",
- "number": 0,
- "recipe": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "brewSessionRecipe": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "startedAt": "2019-08-24T14:15:22Z",
- "brewLog": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "fermentationDevice": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "beerContainer": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
Retrieves the collection of Consumable resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "isForPackaging": true,
- "amount": "string",
- "name": "string",
- "unit": "items",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "notes": "string",
- "traceabilityNumber": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a Consumable resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "isForPackaging": true,
- "amount": "string",
- "name": "string",
- "unit": "items",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "notes": "string",
- "traceabilityNumber": "string"
}
Updates the Consumable resource.
id required | string Resource identifier |
The updated Consumable resource
amount | string |
unitCost | string or null |
lowAmountAlertValue | string or null |
notes | string or null |
traceabilityNumber | string or null |
{- "amount": "string",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "notes": "string",
- "traceabilityNumber": "string"
}
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "isForPackaging": true,
- "amount": "string",
- "name": "string",
- "unit": "items",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "notes": "string",
- "traceabilityNumber": "string"
}
Retrieves the collection of EmptyBeerPackage resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "beerPackageType": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "notes": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a EmptyBeerPackage resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "beerPackageType": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "notes": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Updates the EmptyBeerPackage resource.
id required | string Resource identifier |
The updated EmptyBeerPackage resource
amount | string |
notes | string or null |
unitCost | string or null |
lowAmountAlertValue | string or null |
traceabilityNumber | string or null |
{- "amount": "string",
- "notes": "string",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "beerPackageType": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "notes": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Retrieves the collection of Fermentable resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "type": "string",
- "amount": "string",
- "yield": "string",
- "color": 0,
- "origin": "string",
- "supplier": "string",
- "notes": "string",
- "potential": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a Fermentable resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "type": "string",
- "amount": "string",
- "yield": "string",
- "color": 0,
- "origin": "string",
- "supplier": "string",
- "notes": "string",
- "potential": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Updates the Fermentable resource.
id required | string Resource identifier |
The updated Fermentable resource
amount | string |
notes | string or null |
name | string |
expireAt | |
unitCost | string or null |
lowAmountAlertValue | string or null |
traceabilityNumber | string or null |
{- "amount": "string",
- "notes": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "type": "string",
- "amount": "string",
- "yield": "string",
- "color": 0,
- "origin": "string",
- "supplier": "string",
- "notes": "string",
- "potential": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Retrieves the collection of FermentationDeviceBrewBubbles resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "communicatedAt": "2019-08-24T14:15:22Z"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a FermentationDeviceBrewBubbles resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "communicatedAt": "2019-08-24T14:15:22Z"
}
Retrieves the collection of FermentationDeviceFloaty resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "communicatedAt": "2019-08-24T14:15:22Z"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a FermentationDeviceFloaty resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "communicatedAt": "2019-08-24T14:15:22Z"
}
Retrieves the collection of FermentationDeviceIspindle resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "battery": "string",
- "gravityUnit": "plato",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "communicatedAt": "2019-08-24T14:15:22Z"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a FermentationDeviceIspindle resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "battery": "string",
- "gravityUnit": "plato",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "communicatedAt": "2019-08-24T14:15:22Z"
}
Retrieves the collection of FermentationDevicePlaato resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "communicatedAt": "2019-08-24T14:15:22Z"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a FermentationDevicePlaato resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "communicatedAt": "2019-08-24T14:15:22Z"
}
Retrieves the collection of FermentationDeviceTilt resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "communicatedAt": "2019-08-24T14:15:22Z"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a FermentationDeviceTilt resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "color": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "communicatedAt": "2019-08-24T14:15:22Z"
}
Retrieves the collection of FermentationLog resources.
page | integer Default: 1 The collection page number |
brewSession | string |
brewSession[] | Array of strings |
{- "hydra:member": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "brewSession": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "gravity": "string",
- "beerTemp": "string",
- "outsideTemp": "string",
- "bpm": 0,
- "device": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Creates a FermentationLog resource.
The new FermentationLog resource
brewSession required | string <iri-reference> |
gravity | string or null |
beerTemp | string or null |
outsideTemp | string or null |
bpm | integer or null |
{- "@context": "string",
- "brewSession": "../словник",
- "gravity": "string",
- "beerTemp": "string",
- "outsideTemp": "string",
- "bpm": 0
}
{- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "brewSession": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "gravity": "string",
- "beerTemp": "string",
- "outsideTemp": "string",
- "bpm": 0,
- "device": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}
}
Retrieves a FermentationLog resource.
id required | string Resource identifier |
{- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "brewSession": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "gravity": "string",
- "beerTemp": "string",
- "outsideTemp": "string",
- "bpm": 0,
- "device": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}
}
Updates the FermentationLog resource.
id required | string Resource identifier |
The updated FermentationLog resource
gravity | string or null |
beerTemp | string or null |
outsideTemp | string or null |
bpm | integer or null |
{- "gravity": "string",
- "beerTemp": "string",
- "outsideTemp": "string",
- "bpm": 0
}
{- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "brewSession": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "createdAt": "2019-08-24T14:15:22Z",
- "gravity": "string",
- "beerTemp": "string",
- "outsideTemp": "string",
- "bpm": 0,
- "device": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}
}
Retrieves the collection of Hop resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "origin": "string",
- "alpha": "string",
- "useType": "string",
- "notes": "string",
- "type": "string",
- "form": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a Hop resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "origin": "string",
- "alpha": "string",
- "useType": "string",
- "notes": "string",
- "type": "string",
- "form": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Updates the Hop resource.
id required | string Resource identifier |
The updated Hop resource
amount | string |
notes | string or null |
name | string |
expireAt | |
unitCost | string or null |
lowAmountAlertValue | string or null |
traceabilityNumber | string or null |
{- "amount": "string",
- "notes": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "origin": "string",
- "alpha": "string",
- "useType": "string",
- "notes": "string",
- "type": "string",
- "form": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Retrieves the collection of Misc resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "unit": "string",
- "type": "string",
- "notes": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a Misc resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "unit": "string",
- "type": "string",
- "notes": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Updates the Misc resource.
id required | string Resource identifier |
The updated Misc resource
amount | string |
notes | string or null |
name | string |
expireAt | |
unitCost | string or null |
lowAmountAlertValue | string or null |
traceabilityNumber | string or null |
{- "amount": "string",
- "notes": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "amount": "string",
- "unit": "string",
- "type": "string",
- "notes": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Retrieves the collection of Recipe resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "tastingToken": "string",
- "visibility": "private",
- "slug": "string",
- "publishedAt": "2019-08-24T14:15:22Z",
- "brewSessions": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}
], - "labels": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "description": "string",
- "color": "string"
}
], - "totalCost": "string",
- "id": 0,
- "name": "string",
- "type": "string",
- "beerStyle": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "equipment": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "batchSize": "string",
- "kettleBatchSize": "string",
- "boilSize": "string",
- "boilTime": 0,
- "efficiency": "string",
- "brewhouseEfficiency": "string",
- "estOG": "string",
- "estFG": "string",
- "ebc": 0,
- "ibu": 0,
- "abv": "string",
- "buOnGuRatio": "string",
- "dryHopAmount": "string",
- "estBoilGravity": "string",
- "estPostBoilGravity": "string",
- "note": "string",
- "source": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "primaryAge": 0,
- "primaryTemp": "string",
- "secondaryAge": 0,
- "secondaryTemp": "string",
- "tertiaryAge": 0,
- "tertiaryTemp": "string",
- "age": 0,
- "ageTemp": "string",
- "fermentationNote": "string",
- "carbonation": "string",
- "carbonationTemp": "string",
- "fermentables": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "supplier": "string",
- "type": "string",
- "amount": "string",
- "color": 0,
- "yield": "string",
- "useType": "Mash",
- "time": 0,
- "notFermentable": true,
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "hops": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "amount": "string",
- "alpha": "string",
- "useType": "string",
- "time": 0,
- "temperature": 0,
- "form": "string",
- "position": 0,
- "ibu": "string",
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "miscs": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "type": "string",
- "useType": "string",
- "amount": "string",
- "amountIsWeight": "string",
- "unit": "string",
- "time": 0,
- "note": "string",
- "position": 0,
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "yeasts": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "amount": "string",
- "amountIsWeight": "string",
- "unit": "string",
- "form": "string",
- "productReference": "string",
- "laboratory": "string",
- "attenuation": "string",
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "targetWater": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "calcium": "string",
- "bicarbonate": "string",
- "sulfate": "string",
- "chloride": "string",
- "sodium": "string",
- "magnesium": "string"
}, - "mash": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "note": "string",
- "ph": 5.4,
- "spargeTemp": 75,
- "spargeSize": "string",
- "mashThickness": 2.5,
- "biab": true,
- "mashSteps": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "note": "string",
- "type": "string",
- "infuseAmount": "string",
- "infuseTemp": "string",
- "decoctionAmount": "string",
- "stepTime": 0,
- "stepTemp": 0,
- "waterGrainRatio": "string"
}
]
}, - "medal": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "position": "string",
- "categorie": "string",
- "competition": "string",
- "year": 0
}
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a Recipe resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "tastingToken": "string",
- "visibility": "private",
- "slug": "string",
- "publishedAt": "2019-08-24T14:15:22Z",
- "brewSessions": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}
], - "labels": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "description": "string",
- "color": "string"
}
], - "totalCost": "string",
- "id": 0,
- "name": "string",
- "type": "string",
- "beerStyle": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "equipment": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string"
}, - "batchSize": "string",
- "kettleBatchSize": "string",
- "boilSize": "string",
- "boilTime": 0,
- "efficiency": "string",
- "brewhouseEfficiency": "string",
- "estOG": "string",
- "estFG": "string",
- "ebc": 0,
- "ibu": 0,
- "abv": "string",
- "buOnGuRatio": "string",
- "dryHopAmount": "string",
- "estBoilGravity": "string",
- "estPostBoilGravity": "string",
- "note": "string",
- "source": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "primaryAge": 0,
- "primaryTemp": "string",
- "secondaryAge": 0,
- "secondaryTemp": "string",
- "tertiaryAge": 0,
- "tertiaryTemp": "string",
- "age": 0,
- "ageTemp": "string",
- "fermentationNote": "string",
- "carbonation": "string",
- "carbonationTemp": "string",
- "fermentables": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "supplier": "string",
- "type": "string",
- "amount": "string",
- "color": 0,
- "yield": "string",
- "useType": "Mash",
- "time": 0,
- "notFermentable": true,
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "hops": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "amount": "string",
- "alpha": "string",
- "useType": "string",
- "time": 0,
- "temperature": 0,
- "form": "string",
- "position": 0,
- "ibu": "string",
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "miscs": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "type": "string",
- "useType": "string",
- "amount": "string",
- "amountIsWeight": "string",
- "unit": "string",
- "time": 0,
- "note": "string",
- "position": 0,
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "yeasts": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "amount": "string",
- "amountIsWeight": "string",
- "unit": "string",
- "form": "string",
- "productReference": "string",
- "laboratory": "string",
- "attenuation": "string",
- "unitCost": "string",
- "traceabilityNumber": "string"
}
], - "targetWater": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "calcium": "string",
- "bicarbonate": "string",
- "sulfate": "string",
- "chloride": "string",
- "sodium": "string",
- "magnesium": "string"
}, - "mash": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "note": "string",
- "ph": 5.4,
- "spargeTemp": 75,
- "spargeSize": "string",
- "mashThickness": 2.5,
- "biab": true,
- "mashSteps": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "note": "string",
- "type": "string",
- "infuseAmount": "string",
- "infuseTemp": "string",
- "decoctionAmount": "string",
- "stepTime": 0,
- "stepTemp": 0,
- "waterGrainRatio": "string"
}
]
}, - "medal": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "position": "string",
- "categorie": "string",
- "competition": "string",
- "year": 0
}
}
Retrieves the collection of Tasting resources.
page | integer Default: 1 The collection page number |
recipe | string |
recipe[] | Array of strings |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "recipe": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "signature": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "color": 0,
- "transparency": 0,
- "foam": 0,
- "sweetness": 0,
- "salty": 0,
- "sourness": 0,
- "bitterness": 0,
- "body": 0,
- "carbonation": 0,
- "alcohol": 0,
- "astringency": 0,
- "spicy": 0,
- "personalScore": 0,
- "personalNote": "string",
- "aromas": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "redFruit": 0,
- "tropicalFruit": 0,
- "citrusFruit": 0,
- "otherFruit": 0,
- "floral": 0,
- "spicy": 0,
- "herbaceous": 0,
- "cereal": 0,
- "sweet": 0,
- "caramelized": 0,
- "roasted": 0,
- "earthy": 0,
- "wooded": 0,
- "smoked": 0
}
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a Tasting resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "recipe": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0
}, - "signature": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "color": 0,
- "transparency": 0,
- "foam": 0,
- "sweetness": 0,
- "salty": 0,
- "sourness": 0,
- "bitterness": 0,
- "body": 0,
- "carbonation": 0,
- "alcohol": 0,
- "astringency": 0,
- "spicy": 0,
- "personalScore": 0,
- "personalNote": "string",
- "aromas": {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "redFruit": 0,
- "tropicalFruit": 0,
- "citrusFruit": 0,
- "otherFruit": 0,
- "floral": 0,
- "spicy": 0,
- "herbaceous": 0,
- "cereal": 0,
- "sweet": 0,
- "caramelized": 0,
- "roasted": 0,
- "earthy": 0,
- "wooded": 0,
- "smoked": 0
}
}
Retrieves the collection of Water resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "city": "string",
- "country": "string",
- "calcium": "string",
- "bicarbonate": "string",
- "sulfate": "string",
- "chloride": "string",
- "sodium": "string",
- "magnesium": "string",
- "ph": 8,
- "notes": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Creates a Water resource.
The new Water resource
name required | string or null |
city | string or null |
country | string |
calcium | string |
bicarbonate | string |
sulfate | string |
chloride | string |
sodium | string |
magnesium | string |
ph | string Default: 8 |
notes | string or null |
{- "@context": "string",
- "name": "string",
- "city": "string",
- "country": "string",
- "calcium": "string",
- "bicarbonate": "string",
- "sulfate": "string",
- "chloride": "string",
- "sodium": "string",
- "magnesium": "string",
- "ph": 8,
- "notes": "string"
}
{- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "city": "string",
- "country": "string",
- "calcium": "string",
- "bicarbonate": "string",
- "sulfate": "string",
- "chloride": "string",
- "sodium": "string",
- "magnesium": "string",
- "ph": 8,
- "notes": "string"
}
Retrieves a Water resource.
id required | string Resource identifier |
{- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "city": "string",
- "country": "string",
- "calcium": "string",
- "bicarbonate": "string",
- "sulfate": "string",
- "chloride": "string",
- "sodium": "string",
- "magnesium": "string",
- "ph": 8,
- "notes": "string"
}
Updates the Water resource.
id required | string Resource identifier |
The updated Water resource
name | string or null |
city | string or null |
country | string |
calcium | string |
bicarbonate | string |
sulfate | string |
chloride | string |
sodium | string |
magnesium | string |
ph | string Default: 8 |
notes | string or null |
{- "name": "string",
- "city": "string",
- "country": "string",
- "calcium": "string",
- "bicarbonate": "string",
- "sulfate": "string",
- "chloride": "string",
- "sodium": "string",
- "magnesium": "string",
- "ph": 8,
- "notes": "string"
}
{- "@context": "string",
- "@id": "string",
- "@type": "string",
- "id": 0,
- "name": "string",
- "city": "string",
- "country": "string",
- "calcium": "string",
- "bicarbonate": "string",
- "sulfate": "string",
- "chloride": "string",
- "sodium": "string",
- "magnesium": "string",
- "ph": 8,
- "notes": "string"
}
Retrieves the collection of Yeast resources.
page | integer Default: 1 The collection page number |
{- "hydra:member": [
- {
- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "type": "string",
- "form": "string",
- "amount": "string",
- "unit": "string",
- "laboratory": "string",
- "productId": "string",
- "attenuation": "string",
- "notes": "string",
- "timesCultured": 0,
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
], - "hydra:totalItems": 0,
- "hydra:view": {
- "@id": "../словник",
- "@type": "string",
- "hydra:first": "../словник",
- "hydra:last": "../словник",
- "hydra:previous": "../словник",
- "hydra:next": "../словник"
}, - "hydra:search": {
- "@type": "string",
- "hydra:template": "string",
- "hydra:variableRepresentation": "string",
- "hydra:mapping": [
- {
- "@type": "string",
- "variable": "string",
- "property": "string",
- "required": true
}
]
}
}
Retrieves a Yeast resource.
id required | string Resource identifier |
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "type": "string",
- "form": "string",
- "amount": "string",
- "unit": "string",
- "laboratory": "string",
- "productId": "string",
- "attenuation": "string",
- "notes": "string",
- "timesCultured": 0,
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
Updates the Yeast resource.
id required | string Resource identifier |
The updated Yeast resource
amount | string |
notes | string or null |
name | string |
expireAt | |
unitCost | string or null |
lowAmountAlertValue | string or null |
traceabilityNumber | string or null |
{- "amount": "string",
- "notes": "string",
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}
{- "@id": "string",
- "@type": "string",
- "@context": "string",
- "id": 0,
- "type": "string",
- "form": "string",
- "amount": "string",
- "unit": "string",
- "laboratory": "string",
- "productId": "string",
- "attenuation": "string",
- "notes": "string",
- "timesCultured": 0,
- "name": "string",
- "expireAt": "2019-08-24T14:15:22Z",
- "unitCost": "string",
- "lowAmountAlertValue": "string",
- "traceabilityNumber": "string"
}