Skip to main content
Version: v2023.18.0

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:

VariableDescription
transformationOderIdThe ID of a transformation order

Response :

AttributeTypeDescription
transformationOrderTransformationOrderContains 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: */*'