![IDS NXT Скачать руководство пользователя страница 57](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479057.webp)
March 2021
57
IDS NXT: REST interface
·
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
}
}