Question on API Relevance

I have a query

/api/query?relevance=((ids of computers whose (id of it = 15818723) of it, names of property of it, values of it) of results of properties of BES Fixlets whose (analysis flag of it and name of it = "Asset Management Computer Info 2"))

This returns ID of computer in each Answer block. Is there a way I suppress ID in each answer but use it as filter in selection?

Thanks

How about something like:

/api/query?relevance=((names of property of it, values of it) of results whose (id of computer of it = 15818723) of properties of BES Fixlets whose (analysis flag of it and name of it = "Asset Management Computer Info 2"))

You have been awesome!! Thanks again!