Get Parameter Types
This endpoint will not produce results. It is a placeholder to enforce code generation of ParameterTypes.
Request
URI
GET
https://{api_host}/cloudapi/workflows/parameterTypes
COPY
Responses
200
The request is successful
Returns
ParameterTypes
of type(s)
application/json;version=39.1
{
"sdkObject": {
"type": "string",
"href": "string",
"id": "string",
"displayValue": "string"
},
"string": {
"value": "string"
},
"secureString": {
"value": "string",
"isPlainText": false
},
"number": {
"value": "number"
},
"mimeAttachment": {
"content": "string",
"name": "string",
"mimeType": "string"
},
"properties": {
"property": [
{
"inputType": "string",
"key": "string",
"value": {
"inputType": "string"
}
}
]
},
"date": {
"value": "string"
},
"boolean": {
"value": false
},
"composite": {
"property": [
{
"inputType": "string",
"id": "string",
"property": {
"inputType": "string"
}
}
],
"type": "string"
},
"regex": {
"value": "string"
},
"encryptedString": {
"value": "string"
},
"keyValuePair": {
"key": "string",
"value": {
"inputType": "string"
}
},
"compositeValue": {
"id": "string",
"property": {
"inputType": "string"
}
},
"array": {
"value": [
{
"inputType": "string"
}
]
}
}
sdkObject
Optional
sdkObject
string
Optional
string
secureString
Optional
secureString
number
Optional
number
mimeAttachment
Optional
mimeAttachment
properties
Optional
properties
date
Optional
date
boolean
Optional
boolean
composite
Optional
composite
regex
Optional
regex
encryptedString
Optional
encryptedString
keyValuePair
Optional
keyValuePair
compositeValue
Optional
compositeValue
array
Optional
array
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/parameterTypes
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