GET v1/firmware/{manufacturerIdString}/{productIdString}

Retrieves the latest firmware version for the specified type of device.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
manufacturerIdString

Manufacturer Id, in hexadecimal string representation

string

Required

productIdString

Product Id, in hexadecimal string representation

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns the latest firmware version available

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>