Get Action Runnable Item
Get resource action runnable item.
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/form-service/api/custom/resource-actions/{id}/runnable-item
COPY
Path Parameters
string
id
Required
id
Query Parameters
boolean
includeCrResourceActions
Optional
includeCrResourceActions
Responses
200
'Success' RunnableItem corresponding to the resource action
Returns
RunnableItem
of type(s)
*/*
{
"id": "string",
"name": "string",
"description": "string",
"projectId": "string",
"type": "string",
"inputParameters": [
{
"type": "string",
"name": "string",
"description": "string"
}
],
"outputParameters": [
{
"type": "string",
"name": "string",
"description": "string"
}
],
"endpointLink": "string",
"inputBindings": [
{
"inputKey": "string",
"value": "string",
"type": {
"dataType": "string",
"referenceType": "string",
"fields": [
"ComplexTypeField Object"
],
"isMultiple": false
},
"bindingAction": "BindingAction Object"
}
]
}
string
id
Required
id
string
name
Optional
name
string
description
Optional
description
string
projectId
Optional
projectId
string
type
Required
type
array of
object
inputParameters
Optional
inputParameters
array of
object
outputParameters
Optional
outputParameters
string
endpointLink
Optional
endpointLink
array of
object
inputBindings
Optional
inputBindings
403
'Forbidden' no resource action viewing rights
Returns
RunnableItem
of type(s)
*/*
"RunnableItem Object"
string
id
Required
id
string
name
Optional
name
string
description
Optional
description
string
projectId
Optional
projectId
string
type
Required
type
array of
object
inputParameters
Optional
inputParameters
array of
object
outputParameters
Optional
outputParameters
string
endpointLink
Optional
endpointLink
array of
object
inputBindings
Optional
inputBindings
404
'Not Found' if there is no resource action with specified ID
Returns
RunnableItem
of type(s)
*/*
"RunnableItem Object"
string
id
Required
id
string
name
Optional
name
string
description
Optional
description
string
projectId
Optional
projectId
string
type
Required
type
array of
object
inputParameters
Optional
inputParameters
array of
object
outputParameters
Optional
outputParameters
string
endpointLink
Optional
endpointLink
array of
object
inputBindings
Optional
inputBindings
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/form-service/api/custom/resource-actions/{id}/runnable-item