Get the compliance alert filter catalog
Return every criterion a compliance alert filter accepts — each with its key, valueType, allowed operations and live company values (the devices, platforms and owners that currently have an alert). This is the vocabulary for searchComplianceAlerts: use a criterion key as the filter key and one of its values inside the clause ({"<key>":{"operationType":"INCLUDE","values":["<value>"]}}). Call this first whenever you are unsure a criterion or a value exists — searchComplianceAlerts rejects an unknown key with 400. ownerId values are employee ids; resolve their names with getEmployees.
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Response
Every criterion the compliance alert list accepts. Build the filter of getComplianceAlerts by placing, under each option's key, a clause { operationType, values }.
Whether the filter supports OR across clauses. Criteria are ANDed when false.