I’m have an app with portuguese names for things and I’m trying to use Data API do access data in the app. The problem is I have a thing called “Tabela De Preço” and when I try to access it with:
Thanks for the tip. I just checked it and it has a definition of “tabeladepreco”, but it doesn’t work when I try to request the obj with this name , very odd.
The same error, actually. That’s why I’m a bit confused.
There was an issue setting up your call.
Raw response for the API
Status code 404
{"statusCode":404,"body":{"status":"NOT_FOUND","message":"Type not found tabeladepreco"}}
It’s possible that the Swagger generation is incorrect. (You might need to file a bug report with Bubble to be able to know what the actual endpoint name is. I don’t know of any other way to know what the endpoint name is.)
There is a way to see what Bubble internally calls a data type and you can expose this with my “Fielder” plugin. You can’t inquire directly about a Thing, but if you put a field of that type on some other thing, Fielder can tell you the internal data type name for that field.
People… I figure out what the problem was. It’s was quite simple and bit embarrassing actually .
I had selected the wrong type in the Data API exposure settings, that’s why it wasn’t being found. Sorry to take everyone’s time and thanks for the help!
When I selected the right one it accepted the “tabeladepreco” name.