Newer Version Available

This content describes an older version of this product. View Latest

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