Hello there, I’m new to bubble and I’d like to call an api with a query filter on.
I didn’t find any existant topic for that, that’s why I’m here.
Do you know if it’s possible to disable the parameter syntax in an api call, that is to say, I want to call an api with something like “www.xxx.api/xxx?display=[xx]”, the problem is that bubble recognize it as a parameter whereas I just don’t want it to be formatted.
what I want to say is that when I put “[]” on my call, it will be detected as a dynamic parameter, but for me it’s just the syntax of my request (like a filter query or display as I wrote there) so it’s a static text.
Sorry if I don’t manage to express myself clearly