Hi All. Am using the Leadsquared API and my issue is that they want the pagination params in a specific format. Like so
{
"Parameter": {
"FromDate": "2017-11-02 18:30:00",
"ToDate": "2017-11-06 18:29:59",
},
"Paging": {
"PageIndex": 1,
"PageSize": 100
}
}
How do i use the paginate key with this ? Am all but done, just need this to work. Would really appreciate some help