Webreports session relevance json output

I know with the BES Root REST API and the /query endpoint, the output can be in json format but I’m trying to see if the output from a WebReports call can be in json rather than xml, but am having no luck. Does anyone know if this is possible?

https://wrserver/webreports&page=EvaluateRelevanceOnly&expr=

In 9.5.8 it is. There are some /json methods now that aren’t relevance based. I’ve done some work on Computer properties and am still working out the full grammar of the Content queries.

See my post here and my code repo here.

1 Like

ok, thanks for the info