This endpoint retrieves diagnostics settings synchronously.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
Devices list formatted as "id, kind"
application/json
application/json
curl -X GET "https://example.com/devices/settings?accountName=0000123456-00001&devices=864508030026238%2CIMEI"[ { "accountName": "string", "device": { "id": "864508030026238", "kind": "IMEI" }, "attributes": [ { "name": "MANUFACTURER", "value": "string", "createdOn": "2019-09-07T23:08:03.532Z", "isObservable": true, "isObserving": true, "frequency": { "value": 5, "unit": "SECOND" } } ] }]{ "errorCode": "The type of error, such as INVALID_REQUEST.", "errorMessage": "Additional error information."}