There's some awful inconsistency in our URLs for images in that if you want to replace an image you use /api/v0.1/:collection/:id/image/:image_id but to view it /:collection/images/:image_id/:id.
Make /:collection/:id/image/:image_id also work for getting the image so the schemas are consistent between the API and the UI.
/api/v0.1/:collection/:id/image/:image_id should also return the JSON data for the image.
There's some awful inconsistency in our URLs for images in that if you want to replace an image you use /api/v0.1/:collection/:id/image/:image_id but to view it /:collection/images/:image_id/:id.
Make /:collection/:id/image/:image_id also work for getting the image so the schemas are consistent between the API and the UI.
/api/v0.1/:collection/:id/image/:image_id should also return the JSON data for the image.