API Response Filters

Hello,
How can I handle responses with filters?

Why I want that: We have a lot of assets (11K). When I go to /api/3/assets or /api/3/asset/5 API responds to me lot of information but I need less information about the asset. Therefore how can I filter API responses?

For example:

/api/3/assets/size=1000&filter=ipaddress

I found half solution for that. If you need less information. You can use &view=summary filter.

Eg: /api/3/assets?page=1&size=500&view=summary.