Hello, I'm trying to get a list of all the feature services that my current user has access to, including groups items. I can use
query: `(type:"Feature Service")
but that returns all of the living atlas layers as well. I currently am using orgid in my query, but that limits me to things that are in my org- not things that are shared with me via a group that I am in.
Looking at
the docs doesn't mention a way to filter these out.
Is there a way to get all the layers I have access to but without the living atlas layers?