Get the device group filter catalog
Return every criterion (native device attributes plus custom fields) that may target a device group, with its live company values inline. Use this to build a valid device-group target. This is a deliberately narrower set than the device search catalog (getDeviceFilterCatalog): a group targeting a volatile criterion would change population daily, and every MDM control targeting that group with it. To search the inventory instead of targeting a group, use getDeviceFilterCatalog + getDevices.
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Response
Every criterion that may target a device group. Build the target by placing, at each option's key, a clause { operationType, values }; add top-level matchAny: true for OR across clauses.
Whether the target supports the top-level matchAny (OR) toggle.