Consolidating multiple event details in a single API request

Summary

Is it possible to retrieve details of up to 100 events in a single API request by passing multiple event IDs as parameters separated by commas?


Question

hey, i dont know if its possible at this time, but i have a api which gives me a list of events (parent), and i have another api where i can get the details of every event but in stead of giving one id with stream_parition.event_id i want up to 100 of this event_ids and seperate them by “,” as parameter so i dont have to request 100 requests and only need instead one request for 100 events details. is this possible with the lowcode ui builder? regrads



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["api", "multiple-event-details", "lowcode-ui-builder"]

New message text here

but this only handles entry by entry, i need to get up to 100 event ids from parent to build parameter with the 100 ids like

<https://api.example.com/events/{{> stream_slice.100_event_ids }}