Most visited URLs

Is it possible to get a table with the 10 most visited URLs.
At the moment it looks like that:
xqz/

  • index.html 5000
  • laberseite 700
  • test.html 300
    foo/
  • bar 3000
  • tata 200

But i need that:

xyz/index.html 5000
foo/bar 3000
xyz/laberseite 700
xyz/test.html 300
foo/tata 200

i think it’s normal that a webmaster would like to know which is the most popular URL on his website so i think it mustbe possible but i don’t find it.

greetings,
magnus

You can add the parameter “&expanded=1” and the response will then contain the full URL.

I can’t see any different if i use
http:///localhost/piwik/piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=2012-01-05#module=Actions&action=indexEntryPageUrls&idSite=1&period=day&date=2012-01-05

or

http:///localhost/piwik/piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=2012-01-05#module=Actions&action=indexEntryPageUrls&idSite=1&period=day&date=2012-01-05&expanded=1

expanded=1 is used with the API