I have written a small program that does some things for me. I use this (for example) as a way to query an asset by its serial number:
{
"Filters":"
{"Facet": "AssetSerialNumber","Value": "value"}
]
}
That works great. But I now want to search using the Notes field. I’ve tried Facet being Notes and AssetNotes but neither work.
I’d like to know how to search based on the value in the Notes field.
Also, it’d be nice to know if there is a find all AssetSerialNumbers starting (or ending) with a value. That’d be super helpful too but is not required.