By default, all our resource-listing methods return up to 10 results in each API call.
This limit can be raised by utilizing the max_results
parameter up to 500 results per request, for example (PHP):
$api->resources_by_tag("mytag"), array("max_results" => 500));
Pagination must be used in case there are remaining resources to list (in such cases a next_cursor
will be included in the response hash).
For more information, see: http://support.cloudinary.com/hc/en-us/articles/205714121-How-do-I-browse-through-all-resources-in-my-account-using-the-API-
Comments
0 comments
Please sign in to leave a comment.