Hi,
Does anyone know if it’s possible to get information on the user last modifying a space (not a page) through CQL. Currently we’re using the rest api api/search and CQL:
lastmodified <= endOfYear() (AND type = "space")
to find updates on spaces. However, there doesn’t seem to be expandable options to find the user doing latest changes on the space itself, only on the homepage. (For example by using expand-fields: content.space,content.history.lastUpdated,space.homepage.history )
Anyone know if it can be achieved using CQL and the public apis?