v2

latestOpenAPI 3.0.4Apache 2.0raw.githubusercontent.com2026-07-1754198241.7 KB
Transformations

List transformations

Lists reusable transformations between resource descriptors. Transformations can represent existing attribute mappers, expression-based mappings, template mappings, redaction steps, lookup steps, or future workflow-specific transformation engines.

get/transformations

Query parameters

pageinteger

Zero-based page index.

sizeinteger

Page size.

language'ATTRIBUTE_MAPPER' | 'JSONATA' | 'JQ' | 'CEL' | 'SQL' | 'TEMPLATE' | 'CUSTOM'

Transformation representation used by a transformation definition.

Example:ATTRIBUTE_MAPPER

Filter by transformation language.

sourceDescriptorIdstring uuid

Stable identifier for a described external or internal resource shape.

Example:41436f49-040c-4f5f-9c7f-657f43762e2b

Filter by source resource descriptor id.

targetDescriptorIdstring uuid

Stable identifier for a described external or internal resource shape.

Example:41436f49-040c-4f5f-9c7f-657f43762e2b

Filter by target resource descriptor id.

Response

Paged transformations.

Example response

{
  "data": [
    {
      "transformationId": "0e60abcc-41b5-4cc5-bec2-f0047f129341",
      "displayName": "Employee profile to license invitation",
      "language": "ATTRIBUTE_MAPPER",
      "createdAt": "2026-06-18T09:35:00Z",
      "updatedAt": "2026-06-18T09:40:00Z"
    }
  ],
  "pagination": {
    "limit": 20,
    "offset": 0,
    "page": 0,
    "size": 20,
    "total": 1,
    "totalPages": 1,
    "hasMore": false
  }
}