The "streamwellpumpingcurves" web service provides curve values of the specified well pumping. 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}/pumpings/{pumpinguniqueid}/curvesstream with the GET method.
where
datasourcetype: type of a datasource, i.e. mongo, s3, etc.
datasource: unique id of a datasource
pumpinguniqueid: unique id of a well pumping
The binary stream contains a series of bytes.
If the specified pumpinguniqueid doesn't match a valid well pumping, no JSON response will be provided. The HTTP response will only show a "InvalidUniqueId" (error 404) in its headers.