Get Supported Decorators
This endpoint will not produce results. It is a placeholder to enforce code generation of SupportedDecorators.
Request
URI
GET
https://{api_host}/cloudapi/workflows/decorators
COPY
Responses
200
The request is successful
Returns
SupportedDecorators
of type(s)
application/json;version=39.1
{
"decorator": {
"decoratorType": "string"
},
"refreshOnChange": {
"decoratorType": "string"
},
"multiLine": {
"decoratorType": "string"
},
"chooser": {
"sdkObject": {
"type": "string",
"href": "string",
"id": "string",
"displayValue": "string"
},
"type": "string"
},
"dropDown": {
"array": {
"value": [
{
"inputType": "string"
}
]
}
}
}
object
decorator
Optional
Definition of Decorator.
refreshOnChange
Optional
refreshOnChange
multiLine
Optional
multiLine
chooser
Optional
chooser
dropDown
Optional
dropDown
401
The user is not authorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/workflows/decorators
Deprecated
Availability
Added in 30.0
Deprecated in 36.0
With alternative: see
vRO Forms Overlay API Marked As Internal
Removed in 39.0
Vro Workflow Execution Operations
GET
Get Parameter Types
Deprecated
GET
Get Supported Presentation Elements
Deprecated
GET
Get Supported Decorators
Deprecated
GET
Get Supportedconstraints
Deprecated
GET
Get All Workflow Executions
POST
Start Workflow Execution
Deprecated
GET
Get Workflow Execution
Deprecated
DELETE
Delete Workflow Execution
GET
Get Workflow Execution State
DELETE
Cancel Workflow Execution