Hello, I’m integrating with the /assets REST API endpoint. Currently, I am just using Postman to explore the API and figure out what queries are possible.
https://api.getmaintainx.com/v1/docs#tag/Assets/paths/~1assets/get
I have a use case where I want to list just the assets with a certain asset type. I see from the documentation that you can expand the asset_types, but I have not found a way to filter by this field.
Any ideas on how I could achieve this?