I have exposed my bubble app Data API.

I am shooting the GET call to the database and I am receiving the response.

I know there is a cursor parameter which I can use to navigate through the response pagination.

Is there anything else I can do?
Like filter the response to just get elements matching the requirements?

Or -------

In case I also have exposed a workflow call with JSON Response, but there I receive only 60 items somehow and I do not see the cursor value, so no idea how to navigate that response. The data api response at least shows you where it is.

Did you read Bubble doc?

1 Like

I somehow couldn’t understand I can use it to get call as well. Thanks! As always superior support!

BTW: Do you know maybe why DATA API is so slow?

Is it? I think it’s pretty quick for searches - certainly quicker to get 100 results than on the page (where it’ll often batch it into a couple of searches)

2 Likes

Well it’s slower than querying the SQL database and I thought this is what I am doing.
Not slow comparing to bubble app.