populated-action

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
{
    "action-execution": {
        "contextId": "string",
        "contextResourceId": [
            "string"
        ],
        "parameterGroups": [
            {
                "parameterValue": [
                    {
                        "name": "string",
                        "value": "string"
                    }
                ],
                "resourceId": "string"
            }
        ]
    },
    "actionContext": {
        "fields": [
            {
                "component": "string",
                "displayOrder": 0,
                "expressionResults": [
                    "string"
                ],
                "hidden": false,
                "id": "string",
                "input": false,
                "name": "string",
                "parameterKey": "string"
            }
        ],
        "id": "string"
    },
    "id": "string",
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "methodParameters": [
        {
            "dataType": "string",
            "id": "string",
            "isList": false,
            "isRequired": false
        }
    ],
    "resourceId": [
        "string"
    ]
}
action-execution
Optional

Contains describe instance data about performing an action.

actionContext
Optional

Represents an executable step within an action. It defines which method the step calls and what fields related to this step.

string
id
Required

The key of the populated action

array of link
links
Optional

links

methodParameters
Optional

The parameters for the method that was populated

array of string
resourceId
Required

The resource ids that apply to the populated action