Skip to main content

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.

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

Could you provide a little more information? Is this via webhook or API?

@jclark ​@bclark ​@curtis.bohlmeyer ​@MattHenry Any thoughts here? 


I’m not sure that there’s a way to filter by notes on an asset, but it’s been my experience that there needs to be an existing filter for it within the UI in order to do the same with the API.


@jclark That is what I thought took. I will send this to my API masters on our tier 2 team to see what they can come up with as well. 


I talked to our API guy and this is not something our documentation currently supports. Our team will look into this. ​@SPenland 4671c29 gilmer 


Reply