IT all depends on the api. Some let you add a query parameter right into the GET/POST calls. Others don’t.
What do the docs say for how to filter a query?
Learn more
Need to have your database located in your region! Tired of struggling with Bubble or API’s? Need a little functionality that’s not available yet thru current market plugins?
Are you ready to step-it-up or speed it along? Need some custom code or a plugin built? Contact me today to learn how to book a 1-on-1 session, get your plugin built, or yet freelance building support!
I have tested the API via Postman, and it returns the correct results no problem. In this example, the reason is to pull all the ‘Picking Skipped’ orders which is order status ID 19.
However when we push this into Bubble. And then try and show the count of the Picking skipped orders. It should show 3, However it returns 100? So I am unsure where it is pulling this data from.
Can you advise, what I would need to call via the dynamic data to get this information?
So for example I am just trying to show the count here :
I am currently just using the Mintsoft API Call > Count - which I believe should show the count of the data received. Which should be 3. As there are only 3 picking skipped items. Can anyone advise on where I am going wrong here? as I said in bubble it shows 100. But in postman its returning the 3 which is correct…