Created
December 28, 2014 19:57
-
-
Save joshed-io/b23d7f00bb9fd6f3a18d to your computer and use it in GitHub Desktop.
Example post body for Keen IO query API containing a filter - https://keen.io/docs/data-analysis/post-queries/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"filters" : [{ | |
"property_name" : "price", | |
"operator" : "gte", | |
"property_value" : 1000 | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment