Hi there!
Using the Bubble Data APIs, we’re trying to fetch a list of stories from a table filtered with certain constraints. The problem is, the constraints are a list of parameters and only seem to be working when passed in the URL in URL encoded format. The constraints will dynamically change based on accounts. Accounts again is another table such that each Story has an Account object and we’re trying to find active Stories for a specific account.
Here are screenshots of the API on postman -
@NigelG @keith Can you help us out? This is the last bit we’re stuck with.
Thanks in advance!
A