I’m attempting to get the personal space of the last owner of a page using the endpoint [Get] /rest/api/content//history?&expand=lastUpdated.personalSpace
In the json object i see there is an expand for lastUpdated.by.personalSpace
"lastUpdated": {
"by": {
"_expandable": {
"operations": "",
"personalSpace": ""
},
}
},
But the personal space is not expanded when I issue the Get command. I’ve tried
lastUpdated,lastUpdated.by,lastUpdated.by.personalSpace
but nothing seems to be working. Does anyone know how to get the personal space detils of the lastUpdated owner?