GET all transformation orders

This API allows you to retrieve all transformation orders.

API technical description

Endpoint :

GET /transformations

Response :

Attribute Type Description
transformationOrders List 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: */*'