This page does NOT support Internet Explorer. Please use a modern browser like e.g. Google Chrome, Mozilla Firefox or Microsoft Edge.
Some of Home Connect enabled refrigerators, fridge-freezers and ovens have built-in cameras and support images. When working with images the process involves two steps and related endpoints: first one to get the list of available images and their metadata, second to request media file for specific image id.
GET
https:/
The request will return a JSON object with a list of historical image ids, their thumbnail ids, specified per camera, and provided with a timestamp and quality information.
Example
GET https:/
{
"data": {
"images": [
{
"key": "Refrigeration.FridgeFreezer.Status.DoorCameraPresentRefrigerator",
"imagekey": "56e2ceea1f0000ab54d661f3",
"previewimagekey": "56e2cee91f0000a654d661f1",
"timestamp": 1457704646,
"quality": "good"
},
{
"key": "Refrigeration.FridgeFreezer.Status.InteriorCameraPresentRefrigerator",
"imagekey": "56e2cee91f0000a654d661f2",
"previewimagekey": "56e2cee91f0000a654d661f0",
"timestamp": 1457704646,
"quality": "good"
}
]
}
}
GET
https:/
The request will return a media file.