Page 1 of 1

API Express - number of records returned

Posted: Wed Jul 29, 2015 10:28 am
by TonyS

Will it bring all records back or a specified number and where do I set this if this is the case?


API Express - number of records returned

Posted: Wed Jul 29, 2015 5:49 pm
by Pavel Zarudniy

Hi TonyS,
You can specify number of records to return with limit param of service - https://devcenter.appery.io/documenta...


API Express - number of records returned

Posted: Wed Jul 29, 2015 6:52 pm
by TonyS

You mean I should add something to the request payload textbox?

It's not clear.

If I leave it blank will it return all records?

It's not clear.


API Express - number of records returned

Posted: Wed Jul 29, 2015 7:47 pm
by Illya Stepanov

Please read documentation carefully, check this screenshot: http://prntscr.com/7yj36y

[quote:]
If I leave it blank will it return all records?
[/quote]

It will depends on service configuration, the amount of returned records.


API Express - number of records returned

Posted: Wed Jul 29, 2015 10:36 pm
by TonyS

Remember this is the API express, your tutorials don't cover this. Rather than pointing me to tutorials that don't quite answer my question why not a simple yes or no?