Bubble typenames

Hi,
I’m porting a bubble app into Wappler and looking to create a temporary data sync using the Bubble API to speed up the process.

This is working fine but there are a couple of data types I can’t find the correct typename for and get:

{“statusCode”:404,“body”:{“status”:“NOT_FOUND”,“message”:“Type not found participant_role”}}

participant_role IS the correct name for the data type, though it may have been changed at some point. Do any past/present Bubblers know if there’s a way to view the actual value of the typename for a given data type?

Sorry, I know it’s more a Bubble issue than a Wappler issue and have posted in their forum too, though I’m not overly confident of getting anything useful from there!

Sure.

https://yourapp.com/api/1.1/meta

You need to expose your api for the type. It is the id value you want minus the last part which is the data type.

And display the current name.

1 Like

That was it! Been a while since I’ve used it, the other fields just worked I’d forgotten about that section in the API…

Thanks that’s saved me a heap of floundering!

1 Like