Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on August 26, 2022 6:55PM
Likes: 2
Replies: 4
I was able to address this. In experimenting with the https://httpbin.org/anything
,the string being input from my first API call actually had quotes at the start and end of the token characters.
Instead of inputting the authorization token dataset (from the first API call), I put a Prepare recipe in between that got rid of the quotes on the ends and added "Bearer " to the start, giving a final output of "Bearer xxxxxxxxxx" (not including the quotes, and xxxxxxxxxx standing for the token string).
Using this new as a variable, and then inputting that variable via {{column_name}} form into the Value part of the headers field worked!
Thank you for sharing your solution with the rest of this community @alec_peterson
!
Hi,
I am facing the same problem regarding pagination.
Let me explain, I have an API endpoint that I query to get results. My query is "https://domain.freshdesk.com/api/v2/contacts?page=1".
I want to enable pagination to retrieve all results from each page in my dataset.
But impossible to make it work correctly.
Can you help me?
THANKS
First of all welcome to the Dataiku Community.
Second, I do not have access to the Fresh Desk API. So the following are just guesses and suggestions. If anyone else here is connecting into Fresh Desk. Please jump in here and lend a hand. That said
Good luck with your use of API connect. It is definitly a bit hard to setup the first time.