![IDS NXT Скачать руководство пользователя страница 56](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479056.webp)
March 2021
56
IDS NXT: REST interface
]
}
Comments
Objects are available actions in the vision app.
17.1.2 /vapps/<vapp>/actions/<action>
·
OPTIONS
·
GET
·
POST
{
"GET": {
"application/json": {
"Description": "Receive action settings.",
"Values": {
"Active": {
"Description": "True if action is executing",
"Type": "Boolean"
},
"Brief": {
"Description": "Brief description of the action",
"Type": "String"
},
"Description": {
"Description": "Long description of the action",
"Type": "String"
},
"Enabled": {
"Description": "True if execution allowed",
"Type": "Boolean"
},
"Title": {
"Description": "Title of the action",
"Type": "String"
},
"ZIndex": {
"Description": "Z-Index of the action",
"Type": "Integer"
}
}
}
},
"POST":
{
"<none>":
{
"Description":
"Execute the action."
}
}
}
17.2 Avatar
/vapps/<vapp>/avatar
·
OPTIONS