With Belvo, it is possible to perform searches within the data you have previously accessed using human-friendly URLs. When searching for specific information, you will need to provide:
- The name of the field you want to use to perform the search (account name, transaction amount, etc)
- look_up: The type of search you want to do (equal to, within a range, greater than,...)
The generic way to perform a search is:
https://api.belvo.co/api/{resource}/?name_of_field__lookup=desired_value
Here's an example of how to get all the transactions of an amount greater that 100:
https://api.belvo.co/api/transactions/?amount__gt=100
You can find many more examples in our searching section inside the starting guide.
If you want to use the searching capabilities from our Python SDK you can find the documentation here
Comments
0 comments
Please sign in to leave a comment.