# List Data Transformation Definitions List Data Transformation Definitions. Endpoint: GET /datatransformationdefinitions Version: 1 Security: apiKey ## Query parameters: - `limit` (integer) Number of items. Example: "100" - `startAfter` (string) Start after the given ID. Example: "5712566172571652" - `imports` (string) Filter for imports. Example: "SAP.ODM" ## Response 200 fields (application/json): - `startAfter` (string) The ID which is used to read the page. Example: "5712566172571652" - `nextStartAfter` (string) Provides a value to be used as a startAfter in next page request. Example: "5712566172571652" - `total` (integer) Total number of items which can be paged. Example: "67" - `values` (array) List of data transformation definitions. - `values.id` (string) Unique identifier for a data transformation definition. Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" - `values.type` (object) Type of the Data Transformation Definition - `values.type.name` (string) Name of the Data Transformation Definition Type Example: "BUSINESS_PARTNER" - `values.type.technicalKey` (string) Technical key of the Data Transformation Definition Type Enum: "BUSINESS_PARTNER", "MESSAGE_DETAILS" - `values.name` (string) Name of the Data Transformation Definition. Example: "My DTD" - `values.createdBy` (string) Creator of a resource. Example: "76248934691294444" - `values.createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:47:35Z" - `values.modifiedBy` (string) User or Client UUID which modified the resource. Example: "76248934691294444" - `values.modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-29T09:47:35Z"