Hello Im trying to pull esri portal items from a specific content tab within my portal however it seems that its defaulting to only pulling web maps and other portal items from the "Living Atlas" content tab. I need to pull from the " My Organization" content tab using the PortalQueryParameters query string.
This is what my current query looks like now: "access:org type: (\"web map\" NOT \"web mapping application\")"
I've noticed when navigating to the correct content tab in a browser there is "focus=maps-webmaps#organization" where #organization seems to be filtering on the correct tab. Is there a similar thing I should be adding to my query above to accomplish this?