![IDS NXT Manual Download Page 59](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479059.webp)
March 2021
59
IDS NXT: REST interface
]
}
17.4.2 /vapps/<vapp>/files/<file>
·
OPTIONS
·
GET
{
"GET": {
"application/json": {
"Description": "Get ConfigurableFile information",
"Values": {
"Brief": {
"Description": "Brief description of the file.",
"Type": "String"
},
"Deletable": {
"Description": "True if file is deletable.",
"Type": "Boolean"
},
"Description": {
"Description": "Description of the file.",
"Type": "String"
},
"Filter": {
"Description": "Filter of the file.",
"Type": "StringList"
},
"MimeType": {
"Description": "Mimetype of the file.",
"Type": "String"
},
"Readable": {
"Description": "True if file is readable.",
"Type": "Boolean"
},
"Title": {
"Description": "Title of the file.",
"Type": "String"
},
"Writable": {
"Description": "True if file is writable.",
"Type": "Boolean"
},
"ZIndex": {
"Description": "ZIndex of the file.",
"Type": "Integer"
}
}
}
},
"Objects": [
"data"
]
}