Send HTML Source using REST API to text area

Posted by IramK on 24-Nov-2014 08:31

Is there a way I could send HTML source using REST API calls to a text area field (Rich text HTML formatting)?

Posted by Orchid Corpin on 24-Nov-2014 11:24

Hi,

You can assign directly the HTML codes to the URL attribute. In my case "description" field in my Rollbase app is set to "Use Rich Text (HTML) Editor".

http://localhost:8080/rest/api/update2?sessionId=1212121212312314@52213&objName=product1&useIds=false&id=123456&description=<p><b>Hello World!</b></p>

Hope this may help.

Regards,

Orchid

All Replies

Posted by Orchid Corpin on 24-Nov-2014 11:24

Hi,

You can assign directly the HTML codes to the URL attribute. In my case "description" field in my Rollbase app is set to "Use Rich Text (HTML) Editor".

http://localhost:8080/rest/api/update2?sessionId=1212121212312314@52213&objName=product1&useIds=false&id=123456&description=<p><b>Hello World!</b></p>

Hope this may help.

Regards,

Orchid

This thread is closed