Romulo Bruno
03/21/2024, 6:07 PMtap-rest-api-mdsk
extractor i am trying to configure pagination but I'm having problems with getting the first page.
The first available offset on the fetched API is 0 but the tap is looking for offset 1 only after configuring the pagination params:
next_page_token_path: $
pagination_request_style: offset_paginator
pagination_response_style: style1
pagination_page_size: 100
pagination_total_limit_param: totalCount
store_raw_json_message: false
backoff_type: header
backoff_param: ratelimit-reset
If i take them out and GET just the first page, it returns the page 0 data.
Anyone can help? Any clue? How to print the fetched URL?Edgar Ramírez (Arch.dev)
03/21/2024, 6:40 PM