Skip to content

Instantly share code, notes, and snippets.

@joshed-io
Created December 28, 2014 19:57
Show Gist options
  • Save joshed-io/b23d7f00bb9fd6f3a18d to your computer and use it in GitHub Desktop.
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/
{
"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