Hey @deborah2 So my understanding is that you need to allow for an external system to send a single request to your Bubble app and recieve some data back based across the 30 tables you have.

You’ll need to think about your requirements and how this should be structured in JSON and returned to your external system. :Format as text just allows you to do this over a list of items.

{
“Your data”:“data”
}

You can use the data api, but this would only be for one Type/table at a time.

1 Like