I'm trying to get all Watchlist Items for a given watchlist using the connector ( which still in preview).
I have 150 elements in my Watchlist, I'm getting the first 100 items correctly but I'm not getting the 50 last items, I'm pretty sure that the connector is not handling the pagination, in the output I have a "nextlink", but I don't know if I can use it to get the resting items.
Does anyone have a solution ?
CodePudding user response:
You need to convert the response $content
property to
In the query I run "_GetWatchlist('Watchlistname')" to get all the watchlist items, this way I was able to get all the items correctly.