Device Software
Use Device Software to retrieve information about device software. Device software refers to device firmware and other software needed to run the device.
Examples
Product Software – Retrieve product software information for a device.
Software Releases – Retrieve the list of product software releases.
Supported APIs
API | Description | Type | Required Arguments |
---|---|---|---|
availableProductSoftwareByPid | Returns list of all available product software for a product ID. | Query | pid |
productBuild | Provides information about the product software build. | Query | build , version , category |
productSoftware | Returns product software information using product software ID. | Query | productSoftwareId |
softwareReleasesByPid | Returns a paginated list of software releases for a product ID. | Query | pid |