Context Mapping List Output

Output representation of a list of context mappings.
Sample Response
{
  "contextMappingListId": "915c3ffc-65e6-47fd-b9c1-3fdfa92421c1",
  "contextMappings": [
    {
      "contextDefinitionVersionId": "11pxx0000004UcCAAU",
      "contextMappingId": "11jxx0000004LYBAA2",
      "contextNodeMappings": [],
      "description": "mappingDescription",
      "intents": [
        "ASSOCIATION",
        "HYDRATION",
        "PERSISTENCE",
        "TRANSLATION"
      ],
      "isDefault": false,
      "isInputMapped": false,
      "name": "mappingName"
    }
  ],
  "isSuccess": true
}
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