Skip to content
Discussion options

You must be logged in to vote

I'm guessing you'll want to do this as an incremental stream, which should have the following settings:

  • API Filtering Capabilities: "Start"
  • Inject Start Time into outgoing HTTP Request: (checked)
  • Inject Into: "Query Parameter"
  • Parameter Name: startDate
  • Cursor Field: (whatever the column the start date is filtering is named)
  • Cursor Datetime Formats: (a list of whatever date formats may be included in that field)

For the initial value, you'll probably want to use the default of a user input. Then when you're grabbing the field you want to add the requested start time in Transformations, it'll be {{ stream_interval.start_time }} (which will be the user value on the first request, and the c…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by AlxGlx
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants