Hello everyone, I'm stuck on a pagination problem for my API. The documentation asks to repeat the same parameters several times to obtain the following results. In Toddle, it's impossible for the same parameter to be repeated several times. I've tried putting the values in a row in the associated “after” key, but it's buggy. do you have any ideas on how to get around this problem? Thank you very much. [Documentation](https://developers.openagenda.com/10-lecture/)
Max
1 year ago
You can do it like after[]=value1,value2,value3 If I remember correctly 😊
❌1
Andreas Møller
1 year ago
This is a really good point. I dont know if we can fix it in the current version, but we can add it to V2 of the API
💯1
Fisher
1 year ago
@Julien I ended up building my API call in a formula. It's not the prettiest, but it works and you can slap anything in there.
❤️1
👀1
Erik Beuschau
1 year ago
Good question. Atm this is not possible using query parameters directly. As a temporary workaround, you could encode everything directly in the URL (or perhaps only the after key?). We will investigate a proper solution to support this 👍
Are you sure you are doing it correctly? It works fine with Directus and is quite a common approach. But I don't know OpenAgenda. Maybe they process it differently on their side.