Join Slack
Powered by
<How to get Id from first API call, pass the Id to...
# community-feeds
r
rss
11/28/2023, 12:19 PM
How to get Id from first API call, pass the Id to second API call as a parameter, display the first calls data and second calls related data?
I am sending an API request like the following to get a JSON array of collections objects. I am currently using a for loop to iterate through the array and get collections id.
https://www.eventbriteapi.com/v3/organizations/MyOrganizationIDHere/collections/?token=MyTokenHere
Once I have the collections id from the API call above, I am passing the collections id into the API call below to attempt getting related events to display right beneath the collection the events belong to....
2
Views
Open in Slack
Previous
Next