GET a transformation order
This API allows you to retrieve a transformation order previously requested.
API technical description
Entry point :
GET /transformations/<transformationOrderId>
Resource path:
Variable | Description |
---|---|
transformationOderId | The ID of a transformation order |
Response :
Attribute | Type | Description |
---|---|---|
transformationOrder | TransformationOrder | Contains every information related to the given TransformationOrderId |
Examples
Retrieve a transformation order
The call below generates a request to retrieve the transformation order with id 123e4567-e89b-12d3-a456-426614174000.
curl -X 'GET' \
'http://localhost:8761/transformations/123e4567-e89b-12d3-a456-426614174000' \
-H 'accept: */*'