action-parameter-group
action-parameter-group
Contains the resource uuid and parameter values for a method.
JSON Example
{
"parameterValue": [
{
"name": "string",
"value": "string"
}
],
"resourceId": "string"
}
array of name-value
parameterValue
Optional
Contains the parameter values associated with this resource.
string As uuid As uuid
resourceId
Required
The resourceId field contains the Resource Id of the object which the action is run against.