Hello,
I’m using POSTMAN on the API.
I’m able to get the list of software on a device, but all “version” data returns as null.
Is this to be expected?
request:
GET https://{{portal-string}}.hexnodemdm.com/api/v1/devices/{{did-lisa-iMac}}/applications/?page=1
response:
{
“id”: 611,
“name”: “AinuIM”,
“bundle_size”: 303240.0,
“version”: null,
“black_listed”: false,
“managed”: false,
“status”: “Installed”
},