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.

Explainability Message Templates (GET)

Retrieves a list of explainability message templates that matches the given search parameters.
Resource
1/connect/business-rules/explainability/message-templates
Resource Example
1https://yourInstance.salesforce.com/services/data/v67.0/connect
2/business-rules/explainability/message-templates?messageType=Passed
Available version
56.0
Requires Chatter
No
HTTP methods
GET
Request parameters for GET

You must specify at least one parameter as part of the GET request.

Note

Parameter Name Type Description Required or Optional Available Version
isDefault Boolean Specifies whether the message in the explainability message template for an expression set step type is default (true) or not (false). Optional 56.0
messageType String The message defined for a step when the step result is either passed or failed. Optional 56.0
searchKey String The keyword used to retrieve the list of templates. Optional 56.0
stepType String The type of expression set step element.

Pass one of these values for this field:

  • Calculation
  • Branch
  • Condition
  • Decision Matrix Lookup
  • Decision Table Lookup
  • Aggregation
  • Sub Expression
  • Business Element
Optional 56.0
Response body for GET
Message Templates List