vRO 7.0.1
Hi,
I'm trying to execute an action via the REST API.
Passing an empty string works for action that return a default value or do not require parameters but i'm unsure how to proceed when they are required..
The documentation says that this is the required payload but I can't work out what to pass:
{
"parameters": [
{
"scope": "",
"name": "",
"description": "",
"type": "",
"value": {
"objectType": ""
},
"updated": false
}
]
}
Has anyone got a working example?
Thanks
Craig