Another user originally posted this
here, however I think it is better suited to be here in general discussion.
Below is the original return of an HTTP Post / Get on an image column image created sometime prior to date of change last week
{
"d": {
"__metadata": {
"id": "7c424089-eaab-4da4-ab2b-e20ca317fb6e",
"uri": "https://[DOMAIN].sharepoint.com/sites/[SITE]/_api/Web/Lists(guid'c410efef-46a6-456e-a798-ca77b24c9661')/Items(1323)",
"etag": "\"2\"",
"type": "SP.Data.Inspectie_x0020_Resultaten_x0020_PicsListItem"
},
"[IMAGE]": "{\"type\":\"thumbnail\",\"fileName\":\"2c4aab55-4cea-4fcf-aef5-860c461b9ef3.jpeg\",\"fieldName\":\"[IMAGE]\",\"serverUrl\":\"https://[DOMAIN].sharepoint.com\",\"serverRelativeUrl\":\"/sites/[SITE]/SiteAssets/Lists/c410efef-46a6-456e-a798-ca77b24c9661/2c4aab55-4cea-4fcf-aef5-860c461b9ef3.jpeg\",\"id\":\"3430c542-ab3f-4bb3-8602-966faa627560\"}"
}
}
And now they are returning this
{
"d": {
"__metadata": {
"id": "3eba2611-0440-4e4a-801e-229d5b46f908",
"uri": "https://[DOMAIN].sharepoint.com/sites/[SITE]/_api/Web/Lists(guid'c410efef-46a6-456e-a798-ca77b24c9661')/Items(1422)",
"etag": "\"3\"",
"type": "SP.Data.Inspectie_x0020_Resultaten_x0020_PicsListItem"
},
"[IMAGE]": "{\"fileName\":\"Reserved_ImageAttachment_[10]_[Afbeelding][36]_[9b918b28-a96b-4a31-aeef-9b7d08869f4a][1]_[1].jpeg\"}"
}
}
If it is run on an image that was added BEFORE whatever date this happened, it runs fine.
SO it appears this is an issue of when the image is added to the image column only the filename is being recorded, none of the other data, serverURL etc is generated now.