Transformer Collection

Response body for list of personalization transformers.
JSON example
This example shows a sample response with a transformer collection.
1{
2  "totalSize": 2,
3  "transformers": [
4    {
5      "id": "0H0xx0000004ABCAA",
6      "name": "MyTransformer",
7      "label": "My Transformer",
8      "description": "Sample transformer",
9      "isEnabled": true,
10      "channel": "WebApp"
11    }
12  ],
13  "currentPageUrl": "https://yourInstance.salesforce.com/services/data/v66.0/personalization/external-apps/transformers?limit=50&offset=0",
14  "nextPageUrl": null
15}
Property Name Type Description Filter Group and Version Available Version
transformers Transformer List of transformers. Each item matches the Transformer response body. Small, 66.0 66.0
totalSize Integer Total number of transformers. Small, 66.0 66.0
currentPageUrl String (URL) URL to the current page of transformers. Small, 66.0 66.0
nextPageUrl String (URL) URL to the next page of transformers if there are more pages. Small, 66.0 66.0