Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Launch API filters

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Level 1

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)

View solution in original post

3 Replies

Avatar

Level 1
I think I might have found a solution.

Avatar

Level 1
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)

Avatar

Correct answer by
Level 1

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)