Query matching fields for all the listing APIs

Hi Support,

Does any document describe the valid query fields with the query parameter of all the list methods?
And does it support multiple matching queries?

/v3/policies
/v3/activations
/v3/licenses
/v3/users

Actually, we have to query the running activations by the fingerprint, but it doesn’t work.

Thanks

Hi,

Query param is actually used in the dashboard. It actual does a contains check on the string passed in many fields. e.g. in /v3/licenses endpoint, if you pass any string to query param, it does contains check on license key, email etc.

Querying by fingerprint is not supported for activations endpoint.