Skip to main content
Version: v2023.18.0

GET all transformation orders

This API allows you to retrieve all transformation orders.

API technical description

Endpoint :

GET /transformations

Response :

AttributeTypeDescription
transformationOrdersList<TransformationOrder>The transformation orders list

Examples

Get all transformation orders

The call below generates a request to retrieve transformation orders.

curl -X 'GET' \
'http://localhost:8761/transformations' \
-H 'accept: */*'