Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Last active July 10, 2018 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tristansokol/87162a04ce0dfea8fc3f3abaec4f5d9a to your computer and use it in GitHub Desktop.
Save tristansokol/87162a04ce0dfea8fc3f3abaec4f5d9a to your computer and use it in GitHub Desktop.
body = {
'limit': 1000,
'query': {
'filter': {
'updated_at': {
'start_at': yesterday.toISOString(),
'end_at': today.toISOString(),
},
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment