How could I retrieve specific page version id with ContentService.find()

Hi All,

I’m trying to replace the pageManager getOtherVersion() deprecated method with the ContentService.find() method, using withIdAndVersion to retrieve the content of its corresponding version id. I’m retrieving the content but I always get the original version id (the current one) within the response.
How could I get the correct version id (not the current one) or where I have to check?

Thanks,

Gorka.

1 Like

Hi Gorka. How you doing?

I’m also interested in this question. It’s really discouraging to see the alternative for a deprecated service that does not cover the old service features.

Hopefully someone will answer :slight_smile: