2 new features in Junar API -> page & limit
Hi everyone!
Today we have released two new features for the Junar API which I would like to talk about.
First of all we have added a new output format of type XML for API´s invoke method. You can now enable the XML output for your calls just by adding the argument output=xml. This will return a standard XML document structure which then you can manipulate.
The other new cool feature we have added to our API is the ability to page through our Data stream invocation calls. This will enable you to properly manipulate and display big data sets with faster response times than requesting the whole dataset in one call.
We have added to following to parameters to our invoke method:
- page: Is of type Integer and represents the page number your requesting starting by 0.
- limit: Is of type Integer and represents the amount of rows or records to be retrieved per page.
If your invocation call does not provide given parameters the whole dataset will be returned, if one of the above parameters is not provided the request response will be a 400 error.
Hope these new features come in handy in your applications and for any help or support on the new features please contact Junar support.


