Webix Ajax call

Hello Webix team,

webix.ajax(‘createCanvasTemplate’, {
sessionKey : sessionKey,
data : objOfTemplateInfo,
},
success : function(text, data, XmlHttpRequest) {
})

I have call like above. But when my data is large, it throws error of URL is too large. How to handel this issue.

use POST request instead,

https://docs.webix.com/api__ajax_post.html