Detect if page been created by new or old editor through the REST API

You can use the API /wiki/rest/api/content/{content-id}?expand=metadata.properties.editor. If the value is ‘v2’, it’s the new editor. If it’s not present or ‘v1’, then it’s the old editor.

Cheers.

2 Likes