The "streammicroseismicpoints" web service provides values of the specified well microseismic. For performance reasons, these values are provided in the form of a binary stream instead of JSON objects.
A typical URL is http://myserver.mycompany.com:8080/INTGeoServer/api/ds/{datasourcetype}/v1/sources/{datasource}/microseismics/{microseismicuniqueid}/pointsstream with the GET method.
where
datasourcetype: type of a datasource, i.e. mongo, s3, etc.
datasource: unique id of a datasource
microseismicuniqueid: unique id of a well microseismic
The binary stream contains a series of bytes.
If the specified microseismicuniqueid doesn't match a valid well microseismic, no JSON response will be provided. The HTTP response will only show a "InvalidUniqueId" (error 404) in its headers.