Configurables - IDS NXT Manual

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

Advertisement

·
GET
{
"GET": {
"image/png,image/bmp,image/jpeg": {
"Description": "Read Vision app avatar"
"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"
}
}
}
}
}

17.3 Configurables

/vapps/<vapp>/configurables
·
OPTIONS
·
GET
·
PATCH
{
"GET": {
"application/json": {
"Description": "Read VApp-Configurables.",
"Values": {
"a_header": {
"Brief": "Header of result output",
"Description": "Header of the result output. Special characters can be
set with \\xx where xx is the corresponding hexadecimal value (ASCII).",
"Title": "Header",
"Type": "String",
"ZIndex": 0
},
"b_footer": {
"Brief": "Footer of result output",
"Description": "Footer of the result output. Special characters can be
set with \\xx where xx is the corresponding hexadecimal value (ASCII).",
"Title": "Footer",
"Type": "String",
"ZIndex": 0
}
}
March 2021
IDS NXT: REST interface
57

Advertisement

Table of Contents
loading

Table of Contents