Question:
Using the REST API, what is the json format needed to upload a file with a keyword field?
Answer:
Below is a json body you can use to send a keyword field to store/update via the REST API.\
{
"Fields":
[
{
"FieldName":"KEYWORD_FIELD",
"Item":{
"$type":"DocumentIndexFieldKeywords",
"Keyword":[
"Value1",
"Value2"
]
}
}
]
}
KBA applicable for both Cloud and On-premise Organizations
Views:
This article is valid for DocuWare versions: 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 7.10, 7.11, 7.12, 7.13, REST API, Keyword Index
