#kishore_56545
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- kishore-data-ingestion, 2 days ago, 26 messages
That's a unix timestamp
If I use want to pass that parameter as filter the data for last 24 hours, can you please tell me what should I use?
https://api.stripe.com/v1/charges
How to query above link for last 24 charges?
Look up a unix timestamp converter to pass a date as a unix timestamp
Sorry to be clear you can't actually pass a timestamp to the api endpoint to filter
starting_after is expecting a charge id to query charges after a certain charge id
So in your case, you'd need to list all charges and just stop paginating once you get a created date that's over 24 hours
Oh okay, got it. Those params are only for Id's in that case
Is there any way paginating can be done in Azure Synapse Pipeline?
It's kind of stripe related only. I just pass api link as a source when I extract data from stripe, no additional code I can write there
The way how you do in Command prompt
I can help you with our official stripe libraries