Posted by rgdamalerio on March 23, 2018 at 8:20am
I recently installed service module in my drupal 7. I use api key authentication. when I try to display list of node in my client (browser,android,postman) i found out that the default limit is 20 rows. how to set this as unlimited or set this in query parameter?
Comments
@rgdamalerio Try passing the
@rgdamalerio Try passing the "pagesize" parameter, e.g. ...&pagesize=100&...
Working
@tito.brasolin thanks for the reply. its working now