Web API to find expiring licences NOT associated with a company

Hi all,

I am trying to get a list of all licences expiring soon excluding those associated with certain companies. I have tried using “!=”, “.ne”, “neq” etc, however it continues to return licences associated with that company. Is anyone able to help with the syntax for the query parameter not associated with a value?

Example URL: https://api.cryptlex.com/v3/licenses?expiringSoon=True&user.company.ne.CompanyNameX

Many thanks in advance.

Hi Jon,

You can try something like this:

https://api.cryptlex.com/v3/licenses?expiringSoon=true&user.company[ne]=CompanyNameX