Datatable parameters in flat structure

Hi Team,

We are using one of the angular 5 themes, we are using the inbuild metronics datatable plugin. When we are integrating the plugin with our api, it is sending the datatable parameters in a predefined structure. We want to change the parameters names and structure. Acutally we want to create a URL like "http://abc.com/api/users?pageNo=0&pageSize=15&searchString=abc"
Is there a way, we can configure the plugin to hit our api in the above manner??

Thanks in advance