Get Binding Action

Get Binding Action

Get binding action for given action resource type and external input type.

Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/form-service/api/custom/resource-actions/binding-action
COPY
Query Parameters
string
resourceType
Required

The action resource type

string
externalType
Required

The external input type


Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with the BindingAction for the given resourceTYpe and externalType

Returns BindingAction of type(s) */*
{
    "actionName": "string",
    "actionInputs": [
        "Binding Object"
    ]
}
string
actionName
Optional

actionName

array of Binding
actionInputs
Optional

actionInputs


403

'Forbidden' no resource action viewing rights

Returns BindingAction of type(s) */*
"BindingAction Object"
string
actionName
Optional

actionName

array of Binding
actionInputs
Optional

actionInputs


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/form-service/api/custom/resource-actions/binding-action?resourceType=value&externalType=v