Get dial image
| Name | Route | Method | Query Parameters |
|---|---|---|---|
| Get dial image | /api/v0/dial/{DIAL_UID}/image/get |
GET |
key |
Retrieve image that is currently displayed on the dial {DIAL_UID}.
Example usage
Retrieve image that is displayed on the dial with UID 3E0075000650564139323920
GET - http://localhost:5340/api/v0/dial/3E0075000650564139323920/image/get?key=...
Response is a raw image file.
Server will signal content type as "Content-Type" : "image/png".
Note
This method is used to retrieve the image that target dial's e-ink display is showing.
It can be used to easily keep UI in sync with the dial.