Hi,
Recently, the "Send an HTTP request to Sharepoint" returns a different output when I try to GET info from an image column.
This is the output of an OLD run:
{
"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\"}"
}
}
This is the output of an NEW run:
{
"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\"}"
}
}
As you can see, the fields from this Image column have been replaced by just a "fileName" field.