Launch API filters | Community
Skip to main content
January 9, 2020
Solved

Launch API filters

  • January 9, 2020
  • 3 replies
  • 2655 views

I have the Launch API working fine.  We'd now like to start filtering some of the requests to produce a response subset.  

 

When monitoring the normal https://launch.adobe.com/companies interface we can see that filtering for a specific value requires 'EQ ' on the front of the request:

 

https://reactor.adobe.io/companies/COxxxxxxxxx/properties?filter[name]=EQ PropertyA

 

This requirement isn't documented here https://developer.adobelaunch.com/api/guides/filtering/ .

 

Besides 'EQ' are there other qualifiers, such as greater than, older than etc?

 

Thanks for any information

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by danielalvers

Logical Operators

EQ operator (Equals)

NE operator (Not Equals)

GT operator (Greater Than)

GE operator (Greater Than or Equal)

LT operator (Less Than)

LE operator (Less Than or Equal)

 

Not sure of these ones as Launch API docs mentions using commas and operator (And) or operator (Or) not operator (Not)

3 replies

January 9, 2020
I think I might have found a solution.
January 9, 2020
Logical Operators eq operator (Equals) ne operator (Not Equals) gt operator (Greater Than) ge operator (Greater Than or Equal) lt operator (Less Than) le operator (Less Than or Equal) and operator (And) or operator (Or) not operator (Not)
danielalversAuthorAccepted solution
January 10, 2020

Logical Operators

EQ operator (Equals)

NE operator (Not Equals)

GT operator (Greater Than)

GE operator (Greater Than or Equal)

LT operator (Less Than)

LE operator (Less Than or Equal)

 

Not sure of these ones as Launch API docs mentions using commas and operator (And) or operator (Or) not operator (Not)