Hi all, when using the `tap-rest-api-mdsk` extract...
# troubleshooting
r
Hi all, when using the
tap-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:
Copy code
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?