WebUI using custom property in URL

I’m trying to determine if there is a way of using the WebUI URL to retrieve a computer based on a computer property. As an example:

https://[webuiserver]/?custom_property=1234

Is this even possible? It would seem to be but I cannot find any documentation about how to pass a relevance query with a URL as you can with webreports.

P.

Can you provide a bit more context and details on what you’re trying to achieve here?

Sure, I have a barcode that it is entered in BF as a custom property. I want to be able to use that QR code to go to the device detail for that computer. It would be in the form of

http://[bigfixwebapp URL]/device/?[custom barcode property]=1234

I know with the computer ID I can go directly to the device with the specified ID.

P.

I see, thank you for the context.

At the moment, I don’t believe there is a method other than the ComputerID as you’ve identified. It is the only property that is guaranteed to be unique and a singular value for a given instance, and therefore the only one really qualified for this function.