The "wellcoreimagecontent" web service streams the content of an individual well core image.
A typical URL is http://myserver.mycompany.com:8080/INTGeoServer/api/ds/{datasourcetype}/v1/sources/{datasource}/coreimages/{coreimageuniqueid}/content with the GET method.
where
datasourcetype: type of a datasource, i.e. mongo, s3, etc.
datasource: unique id of a datasource
coreimageuniqueid: a unique id of a well core image
The binary stream represents a raster graphics image in one of the supported formats.
If the specified coreimageuniqueid doesn't match a valid well core image, no JSON response will be provided. The HTTP response will only show a "InvalidUniqueId" (error 404) in its headers.