populated-action
populated-action
Returns information about an action on particular resources with the results of the expressions that populate those resources included.
JSON Example
{
"id": "string",
"actionContext": {
"id": "string",
"fields": [
{
"id": "string",
"name": "string",
"component": "string",
"input": false,
"displayOrder": 0,
"parameterKey": "string",
"hidden": false,
"expressionResults": [
"string"
]
}
]
},
"resourceId": [
"string"
],
"methodParameters": [
{
"id": "string",
"dataType": "string",
"isRequired": false,
"isList": false
}
],
"action-execution": {
"contextId": "string",
"contextResourceId": [
"string"
],
"parameterGroup": [
{
"resourceId": "string",
"parameterValue": [
{
"name": "string",
"value": "string"
}
]
}
]
},
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}
string
id
Required
The key of the populated action
actionContext
Optional
Represents an executable step within an action. It defines which method the step calls and what fields related to this step.
array of
string
resourceId
Required
The resource ids that apply to the populated action
array of
action-parameter
methodParameters
Optional
The parameters for the method that was populated
action-execution
Optional
Contains describe instance data about performing an action.