Minimal information about an action result.
| JSON representation |
|---|
{ "integration" : string , "actionId" : string , "entityId" : string , "message" : string , "resultJsonObject" : string , "targetedEntitiesJsonObject" : string , "resultEntitiesJsonObject" : string , "resultValue" : string , "properties" : string } |
| Fields | |
|---|---|
integration
|
The integration. |
actionId
|
The action identifier. |
entityId
|
The entity identifier. |
resultJsonObject
|
The result JSON object. |
targetedEntitiesJsonObject
|
The targeted entities JSON object. |
resultEntitiesJsonObject
|
The result entities JSON object. |
resultValue
|
The result value. |
properties
|
The properties. |

