Download a seismic object as a SEG-Y file

Retrieves a SEG-Y file with all traces contained within the given seismic object.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
seismicId
required
integer

The identifier of a seismic object

Responses
200

The generated SEG-Y file

400

The response for a failed request.

get/seismic/seismics/segy/{seismicId}
Request samples
Response samples
application/json
{
  • "error": {
    • "code": 401,
    • "message": "Could not authenticate.",
    • "missing": [
      ],
    • "duplicated": [
      ]
    }
}