Searching

How the search function works

For the public API endpoints that allows to get more then one resource, a given set of fields can be used to filter the result set of resources.

Examples

CallEffect

GET /users?last_name=Smith | Searches for all users that have Smith as/in their last_name -field | GET /instruments?isin=IE00BLRPQH31| Searches for instruments with the specified ISIN. |

Was this page helpful?