Hello, i am hitting my pagination supported API. I can retrieve the Link object from the response Header, all good. Now i need to get the next URL out of the Link object. The Link object looks like this.
"Link": "<https://domain.com/api/v1/logs?sortOrder=ASCENDING>; rel=\"self\",<https://domain.com/api/v1/logs?sortOrder=ASCENDING&after=129872345678972>; rel=\"next\""
Here's my flow, so far..
If i am doing this wrong, let me know.
Hi @ajhstn,
Could you please share the screenshot of the output for the Link object?
If you want to get the value of an object, you can use the syntax that object?['columnName']. If it is an array, you can put the array into a loop - Apply to each, use the item() to get the current item and the column name, for example: item()?['columnName'].
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Yes, please share the solution.
I have a similar problem.
How can I access the next URL if my HTTP headers return a link information.
HTTP Header Link:
Inside Do...until... - how do I append json body results from all the loops?
User | Count |
---|---|
23 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
48 | |
29 | |
28 | |
25 | |
23 |