Last active
July 10, 2018 16:03
-
-
Save tristansokol/87162a04ce0dfea8fc3f3abaec4f5d9a to your computer and use it in GitHub Desktop.
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
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