0
Is there a way to query REST API in order to get only a subset of the data
The idea is to use REST API - to get a subset of records by query with operators (like > <)
It seems that the only way to get records from the API is either a single record matching a special filter query or to use a query and filter to get many records.
But there is no way to really query the data in order to get a subset ?
For example all the data where the name of the customer is ‘like’ the few characters entered in a search field.
of to the all the data having a price > 10 euros
This would be helpful to better implement links between databases ?
thank you and regards
1 reply
-
I think this is something they are working on.
Content aside
- 4 yrs agoLast active
- 1Replies
- 1248Views