Skip to main content

Hey, I am interfacing with the API using Google App Scripts using HTTP post. I'm wanting to grab several assets from a search and filter based on AssetTag.

 

I can easily get something with an AssetTag of 2101011 but I don't know how to get all the assets with an AssetTag starting with 21.

 

Is this possible? I loved to be able to do this.

 

My current json body query looks like:

{"Filters":s{"Facet": "AssetTag","Value": "123456"}]}

I’d like something like:

{"Filters":e{"Facet": "AssetTag","Value": "12%"}]}

Which gives me all the assets starting with 12

@SPenland 4671c29 gilmer Thank you for submitting your question to our community! 😄

This is not something we support with our API, we can only pull an exact match. Have you tried using our Global Search bar? You can search by partial asset tags within Global Search. 

 


Reply