Get a list of softwares associated with a device

GET {{baseUrl}}/networks/:networkId/sm/devices/:deviceId/softwares

Get a list of softwares associated with a device

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

[{"appId":"1234","bundleSize":null,"createdAt":"2018-02-11T00:00:00Z","deviceId":"1234","dynamicSize":null,"id":"1284392014819","identifier":"com.test.app","installedAt":"2018-05-12T00:00:00Z","toInstall":null,"iosRedemptionCode":null,"isManaged":true,"itunesId":null,"licenseKey":null,"name":"My app","path":"/Path/to/app.app","redemptionCode":null,"shortVersion":null,"status":null,"toUninstall":false,"uninstalledAt":null,"updatedAt":"2018-05-12T00:00:00Z","vendor":"Apple","version":"0.1"}]