Not able to get ALL pages data using API

I am using following API:
http://analytics.example.com/index.php?module=API&method=Actions.getPageUrls&idSite=1&period=day&date=2013-11-12&format=JSON&token_auth=example&filter_limit=-1

Previously I was getting only 100 records. After putting filter_limit=-1 now I am getting 500 records. Still the last item returned is Others which shows data for “All other URLs”. I need data for ALL individual pages.

Then I referred How to - Analytics Platform - Matomo And I added all 4 properties in config/config.ini.php … Still it is showing me only 500 records for next day analytics data!

Do I need to restart something after adding these 4 properties ? I already tried restarting apache… Piwik is All PHP code… so not sure what to restart.

see How to - Analytics Platform - Matomo