Wednesday, 15 May 2013

How to query APIGEE for missing attribute -



How to query APIGEE for missing attribute -

i need find entities in collection don't have location associated them. how 1 this?

thanks in advance.

if looking property may or may not there, best way approach add together default value property. example

post /cats {"property_that_may_or_may_not_exist":"default"}

then update property when needs exist. if doesn't exist yet, can query positive match:

get /cats?ql=select * property_that_may_or_may_not_exist=default

in other words, property there, has "false" value.

apigee

No comments:

Post a Comment