Summary
The user is working on building a connector for Agillic using the low-code builder. They are facing an issue where the API response includes a link object with different ‘rel’ values like ‘next’, ‘self’, etc. They are looking for a way to select the ‘href’ value based on the ‘rel’ value being ‘next’ using the low-code framework.
Question
Hi
I am working on building a connector for Agillic using the low-code builder. The API does not provide a direct path to the next page url but returns the following link object as part of the response:
{
"rel": "first",
"href": "<https://api-eu1.agillic.net/recipients/?documentId=DJYsN5gtSz&pageStart=1&pageSize=1000>"
},
{
"rel": "self",
"href": "<https://api-eu1.agillic.net/recipients/?documentId=DJYsN5gtSz&pageStart=1&pageSize=1000>"
},
{
"rel": "next",
"href": "<https://api-eu1.agillic.net/recipients/?documentId=DJYsN5gtSz&pageStart=1001&pageSize=1000>"
},
{
"rel": "last",
"href": "<https://api-eu1.agillic.net/recipients/?documentId=DJYsN5gtSz&pageStart=176&pageSize=1000>"
}
],```
Are there any way to select the href of the object where rel = next using the low-code framework?
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C027KKE4BCZ/p1709310303956029) if you want to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["agillic-connector", "low-code-builder", "api-response", "link-object", "rel-value", "href-value"]
</sub>