REST API - blob data in the responses
Is there a way to include the actual blob data in the REST API response?
I can see the response looks like this:
<blobValue>
<filename>[PATH]</filename>
<foldername>[FOLDERPATH]</foldername>
<filedata/>
<href>
[FULL HREF]
</href>
</blobValue>
where filedata is always empty xml element. Is there a way to use filedata element for the actual data, or some other way enable it, or does it have to be a custom implementation? We would like to have image data directly in the response. Our images are quite small.