Multisites api contain only 50 results when it should be all

Hi,

I’m trying to get data for all sites (~600) using the Multisites.getAll method, but it is returning only 50 sites.

Is there a parameter I’m missing. I’m using piwik 1.7.1

API call:


/piwik/index.php?module=API&method=MultiSites.getAll&period=day&date=yesterday&format=xml&token_auth=

Thanks

try &filter_limit=1000 ?

Thanks Matt. That was the parameter I missed.

As I now found, the api docs has this parameter defined here under optional parameters
http://piwik.org/docs/analytics-api/reference/

Setting &filter_limit=-1 showed all results.