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