Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Context Mapping List Output

Output representation of a list of context mappings.
Sample Response
1{
2  "contextMappingListId": "915c3ffc-65e6-47fd-b9c1-3fdfa92421c1",
3  "contextMappings": [
4    {
5      "contextDefinitionVersionId": "11pxx0000004UcCAAU",
6      "contextMappingId": "11jxx0000004LYBAA2",
7      "contextNodeMappings": [],
8      "description": "mappingDescription",
9      "intents": [
10        "ASSOCIATION",
11        "HYDRATION",
12        "PERSISTENCE",
13        "TRANSLATION"
14      ],
15      "isDefault": false,
16      "isInputMapped": false,
17      "name": "mappingName"
18    }
19  ],
20  "isSuccess": true
21}
Property Name Type Description Filter Group and Version Available Version
contextMappingListId String Unique ID of the context mapping list. Small, 59.0 59.0
contextMappings Context Mapping Output[] List of context mappings. Small, 59.0 59.0
isSuccess Boolean Indicates whether the operation is successful (true) or not (false). Small, 59.0 59.0