List updatable firmwares
GET {{baseUrl}}/phone/firmwares?is_update=true&site_id=<string>
Use this API to get updatable firmwares .
Prerequisites:
- Business or Education account
- Zoom Phone license
Scopes:
phone:read:admin
Granular Scopes:
phone:read:list_firmwares:admin
Rate Limit Label
:
Light
Request Params
| Key | Datatype | Required | Description |
| is_update
| boolean | | Firmware update rule enabled.
true
- Get all firmwares that can have firmware update rules added
false
- Get all firmwares whether or not you can add firmware update rules to it |
| site_id
| string | | Unique identifier of the site. Required if multiple sites are enabled. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"firmwares":[{"device_type":"\u003cstring\u003e","device_model":"\u003cstring\u003e","versions":[{"version":"\u003cstring\u003e","update_log":"\u003cstring\u003e","expire_time":"\u003cstring\u003e","status":1},{"version":"\u003cstring\u003e","update_log":"\u003cstring\u003e","expire_time":"\u003cstring\u003e","status":3}]},{"device_type":"\u003cstring\u003e","device_model":"\u003cstring\u003e","versions":[{"version":"\u003cstring\u003e","update_log":"\u003cstring\u003e","expire_time":"\u003cstring\u003e","status":2},{"version":"\u003cstring\u003e","update_log":"\u003cstring\u003e","expire_time":"\u003cstring\u003e","status":1}]}]}