Below are the four different API’s which are working fine. I want to make a single API to retrieve all the information including property name. I tried my self but did not able to achieve the requirements. Kindly help to make it single API with Property name.
Try this https://bigfixserver:52311/api/query?relevance=(name of it, last report time of it, value of result from (bes property "Staus") of it | "N/A", value of result from (bes property "Environment") of it | "N/A", value of result from (bes property "LMI") of it | "N/A") of bes computers
Worth noting that this query while in its simplest possible form, is not optimized and won’t scale well (if for example you want to keep adding more properties and especially if you have big environment). The best way to do it with sets but the relevance itself gets messy/hard to follow & troubleshoot in a hurry.
I have always found the Excel Connector a very useful way to build session relevance to use with the APIs (assuming of course you have Microsoft Excel). You can find it on the utilities page. The relevance it creates is scalable and wont have the problems @ageorgiev mentions when using a less complex forms of queries.