We currently use the v1 endpoint /rest/api/content/${pageId}/history
with expansion contributors.publishers
to get the user ids of the publishers of a page.
That endpoint is deprecated in v1 and I see no straightforward replacement in v2. How can I get the same information?
The only option I see is to use /wiki/rest/api/content/search
but I was wondering if there was a more elegant solution.