![IDS NXT Manual Download Page 16](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479016.webp)
March 2021
16
IDS NXT: REST interface
"Values": {
"DateTime": {
"Description": "Server time",
"Type": "String"
},
"DeviceName": {
"Description": "Given name of the device",
"Type": "String"
},
"Language": {
"Description": "Default language",
"Range": [
"en"
],
"Type": "String"
},
"Location": {
"Description": "Given location of the device",
"Type": "String"
}
}
}
}
}
6.2 /deviceinfo/avatar
·
OPTIONS
·
GET
·
DELETE
·
PUT
{
"DELETE": {
"Description": "Deleting the avatar. A fallback avatar will be used for next
access."
},
"GET": {
"image/png, image/bmp, image/jpeg": {
"Allowed": true,
"Description": "Receive the avatar image file."
"Parameters":{
"MaxHeight":{
"Description": "Maximal height of image.",
"Mandatory": false,
"Type": "Integer"
},
"MaxWidth":{
"Description": "Maximal width of image.",
"Mandatory": false,
"Type": "Integer"
},
"Quality":{
"Description": "Quality of image.",
"Mandatory": false,
"Type": "Integer"