-
☆ A M B ☆
- 24,524 Posts
@comp_nerd26 You are thinking of pdoResources, which takes a list of TV names in its &incudeTVs property. With getResources, &includeTVs is a Boolean, and by default will include all TVs if set to 1. There is a separate property, &includeTVList, to take a list of TVs to include.
-
☆ A M B ☆
- 24,524 Posts
That bit me a couple of times before I could remember the difference!
Another difference between getResources and pdoResources is that &parents=`0` won't be limited to the top level resources in pdoResources, using 0 will use all resources in the Tree as parents. To limit to the top level only, use &parents=`+0`