This endpoint allows user to list a certain type of software of an account.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
Filter distributionType to get specific type of software. Value is LWM2M, OMD-DM or HTTP.
application/json
application/json
curl -X GET "https://example.com/software/0000123456-00001?distributionType=HTTP"[ { "softwareName": "FOTA_Verizon_Model-A_02To03_HF", "launchDate": "2020-08-31", "releaseNote": "", "model": "Model-A", "make": "Verizon", "distributionType": "HTTP", "devicePlatformId": "IoT" }]{ "errorCode": "error code string", "errorMessage": "error message string"}