Get Pipeline Shipment Data
GET/api/pipeline/shipment/:pipelineId
API used to get pipeline shipment data by pipelineId
Request
Responses
- 200
- 403
- 404
- 500
Returns a pipeline shipment data if the operation was successful
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the Shipment data for the specified pipelineId does not exist
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete