Firmware Bundles
ListFirmware
get/firmwares
Query parameters
pageNextTokenstring
If available in the initial response, use this token to retrieve the next page of items in the list. When supplying as a request parameter, use URL-encoding.
Example:4bb1f9ab35bd
pageLimitinteger
Maximum number of items you want returned in the response (<=100).
modemOnlyboolean
Whether or not to return a list of modem firmware instead of the current tenant's firmware
Response
Ok
Example response
{
"total": 10,
"pageNextToken": "4bb1f9ab35bd"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.