Helloooooo everyone,
I’m looking to fetch specific data from the Xano API using the Weweb Collection Builder.
I tried different unsuccessful ways to make it happen.
–
Let’s say my endpoint looks like this : https://xano_endpoint/user/{user_id}
Here it’s how I was imagining calling it using the Weweb Collection Builder :
But using this strategy my request looks like this: https://xano_endpoint/user/{user_id}?user_id=2
And this makes the Xano API very unhappy .
Instead, I think the API expects to receive something more like this : https://xano_endpoint/user/2
Does anyone know how to formulate a similar request using the Weweb Collection Builder please?
Thank you very much !
Sofiane