Cryptlex Forums

Web API to find expiring licences NOT associated with a company

J
Jon Klaric

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.

C
CryptlexCryptlex team

Hi Jon,

You can try something like this:

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

← Back to all topics · 2 posts · 820 views · opened 2024-08-21