| 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 .jsv suffix or ?format=jsv
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: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
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
}
]
}
]