hello,
I created about 230 sites in Matomo, and I used the sitesManager.getAllSitesId function to retrieve all site Ids, but I did not have all the Ids! I wanted to know are there any number limitations for these functions, or for the creation of sites?
Thank you
Oumaima.
1 Like
Set the filter_limit
parameter to -1 to get all.
1 Like
Thank you,
that solved my problem.