TimWillemstein2 (Customer) asked a question.

Negative filter on RSA IGL Information (findXX) API's

Hi All,

 

I'm trying to figure out how to get a negation filter working for any findXX API's from RSA IGL.

 

For example this filter works like a charm: "cmd=findEntitlements&returnMaxRows=500&format=csv&returnColumns=resource_name&application_name=Virtual%20Teams&includeHeaderRow=false&sortByColumns=resource_name&ignoreCase=true&distinct=true"

 

However this is not a negation, but a positive filter. For my use case I don't want to include 100's of value's in my call, but instead just exclude a single value.

 

So something like: "&application_name!=Virtual%20Teams"

 

However the documentation is not really helpfull and I'm curious if it's even possible.

 

I tried != and <>, but both are not working.

 

Did anyone else have any success?