Deviceinfo/Avatar - IDS NXT Manual

Rest interface
Hide thumbs Also See for NXT:
Table of Contents

Advertisement

"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"
March 2021
IDS NXT: REST interface
16

Advertisement

Table of Contents
loading

Table of Contents