I have the Launch API working fine. We'd now like to start filtering
some of the requests to produce a response subset. When monitoring the
normal https://launch.adobe.com/companies interface we can see that
filtering for a specific value requires 'EQ ' on the front of the
request:
https://reactor.adobe.io/companies/COxxxxxxxxx/properties?filter[name]=EQ
PropertyA This requirement isn't documented here
https://developer.adobelaunch.com/api/guides/filtering/ . Besides 'EQ'
are there other qualifi...