Business Case:
KPI to be measured
KPI to be measured
Bookmark this resource Follow
Ask a question
Was this article helpful? 0 out of 0 found this helpful
Ask a question
Was this article helpful? 0 out of 0 found this helpful
In order to display multi-line text metadata you will have to use special characters "\r\n" within the value of the iMetadata object. The following is a sample JSON of the insert request:
{ "imetadata": { "key": "<metadataKeyHere>", "value": "First row,\r\nSecond row" }, "target": { "id": "<xcontentIdHere>", "entityType": "CONTENT" } }