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
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
403
'Forbidden' no resource action viewing rights
Returns
BindingAction
of type(s)
*/*
"BindingAction Object"
string
actionName
Optional
actionName
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/form-service/api/custom/resource-actions/binding-action?resourceType=value&externalType=v