Newer Version Available
Explainability Action Logs
- JSON example
-
1{ 2 "actionLogs" : [ { 3 "actionContextCode" : "001x0000005DmI3AAK", 4 "actionLog" : “{This is a sample action log data.}”, 5 "applicationLogDate" : "Mon Dec 06 10:29:35 GMT 2021", 6 "applicationSubtype" : "AST1", 7 "applicationType" : "0", 8 "name" : "EAD1", 9 "processType" : "BPT1" 10 }, { 11 "actionContextCode" : "001x0000005DmI3AAK", 12 "actionLog" : “{This is a sample action log data.}”, 13 "applicationLogDate" : "Mon Dec 06 15:21:09 GMT 2021", 14 "applicationSubtype" : "AST1", 15 "applicationType" : "0", 16 "name" : "EAD1", 17 "processType" : "BPT1" 18 } ], 19 "queryMore" : "" 20}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| actionLogs | Explainability Action Log Detail[] | Represents the list of explainability action logs. | Small, 54.0 | 54.0 |
| queryMore | String | A string that can be passed to the next call to fetch the next batch of explainability action log records. | Small, 54.0 | 54.0 |