Api Return Results?

I’m curious about something, according to the documentation:

[list]

[*][url=“http://example.com/api/”]http://example.com/api/[/url][b]categories/:id/products[/b]—refer to all products of a particular category.

[/list]

yet when I do myurl.com/api/categories/324/products I only get 10 results even though there are 112 products in that category… am I missing something?

Please try the following URL:



http://myurl.com/api/categories/324/products?items_per_page=150

that worked, thank you, ironically, items_per_page is not a listed parameter in the documentation.