Searching and Filtering

For public API endpoints that can return multiple resources, additional query parameters can be passed to constrain which resources are returned.

Examples

CallEffect
GET /users?last_name=SmithSearches for all users that have Smith as/in their last_name field
GET /instruments?isin=IE00BLRPQH31Searches for instruments with the specified ISIN.

Was this page helpful?