# Transform JSON Transform JSON string using data transformation definition ID. Endpoint: POST /datatransformationdefinitions/{id}/transform Version: 1 Security: apiKey ## Path parameters: - `id` (string, required) ID of the data transformation definition. Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" ## Request fields (application/json): - `inputJson` (array) List of JSON objects to transform. - `reverse` (boolean) Set to 'true' if you want to apply the reverse mapping Example: "true" - `validationSchemaId` (string) ID of Json validation schema Example: "66432427ba96dd27add2ea34" ## Response 200 fields (application/json): - `resultJson` (array) List of transformed JSON objects.