Gemma.WebApi

<back to all web services

GetDeviceFirmware

Servizio per il recupero della lista firmware compatibili con un dispositivo specifico.

Requires Authentication
The following routes are available for this service:
GET/dispositivi/by-serial/{Seriale}/firmware
GetDeviceFirmware Parameters:
NameParameterData TypeRequiredDescription
SerialepathstringYesIl 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

HTTP + 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
			}
		]
	}
]