Hi!
Is it actually possible to order serach results in Confluence via content rest api by lastVisited?
This call /rest/api/search?cql=id IN recentlyViewedContent(10) seems to order results by lastModified.
We want to build somthing like this similar to the standard Confluence search:
I think this would only be possible if the REST Api would allow us to order by lastVisited or at least exposed this field.
Any idea? Thank.
