matomo-org / piwik-dotnet-api

Official C# implementation of the Matomo Analytics API
GNU General Public License v3.0
36 stars 24 forks source link

getPageUrl gives only summary of url not all URL's under the main URL #6

Closed pvaalu closed 8 years ago

pvaalu commented 8 years ago

when using the API I am getting only the summary i.e. top level result not the detailed url's List. Am i missing anything. below is the code

var results = (ArrayList)actions.getPageUrls( 2, PiwikPeriod.RANGE, new AbsoluteRangeDate(new DateTime(2016, 07, 18), (new DateTime(2016, 07, 18))) );

pvaalu commented 8 years ago

Issue is resolved by adding parameter expanded=1