| GET | /dispositivi/by-serial/{Seriale}/firmware |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Seriale | path | string | Yes | Il numero di serie univoco del dispositivo (formato: 000-AAAA-00) |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /dispositivi/by-serial/{Seriale}/firmware HTTP/1.1
Host: gemma.api.kerberos.energy
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
[{"id":0,"version":"0.0.0","major":0,"minor":0,"build":0,"changeLog":"String","isInProduzione":false,"compatibileCon":[{"codice":"String","sku":0,"pianoMontaggio":0}]}]