Wade Warren
06/01/2023, 6:00 PMpage_token
query param in a returned URL. Is there a way to only inject the date range query parameters in the first request? I ask because the next path includes the previous query parameters, so after a few paginations the path includes many date range params.
"next": "<https://wingspan.api.frontapp.com/events?q[after][0]=1685577600&q[after][1]=1685577600&q[after][2]=1685577600&q[after][3]=1685577600&q[before][0]=1685641246&q[before][1]=1685641246&q[before][2]=1685641246&q[before][3]=1685641246&page_token=2d018a5809eb90d349bc08c52cb1f4988be5b03b8262ad76bb8228d1fe6b9cf6770311505076bbcb11f23f82ce05881a8b015c46b2ebf9419adec233df2863bc>"
Joe Reuter (Airbyte)
06/02/2023, 7:21 AMWade Warren
06/02/2023, 2:43 PMJoe Reuter (Airbyte)
06/02/2023, 2:46 PMJoe Reuter (Airbyte)
06/02/2023, 2:48 PMpage_token
request_parameterJoe Reuter (Airbyte)
06/02/2023, 2:50 PM{{ response._pagination.next.split('page_token=')[1].split('&')[0] }}
Wade Warren
06/02/2023, 4:28 PMWade Warren
06/02/2023, 4:28 PMWade Warren
06/02/2023, 4:29 PM