ApiWorkflowrevision
Gets the deployed Workflow input parameters.
Returns the parameters required to execute the Workflow — input schema, default values, and validation rules — resolved from its current deployed revision.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
workflow*string
The unique identifier of the Workflow.
tenant*string
The tenant identifier
revision*string
The revision identifier
Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/workflows/string/revisions/string/parameters"{
"parameters": [
"string"
],
"metadata": [
{
"name": "string",
"index": 0,
"type": "STRING",
"typeName": "STRING",
"integerRange": {
"min": 0,
"max": 0
},
"floatRange": {
"min": 0,
"max": 0
},
"options": [],
"asset": {
"providers": null,
"contentTypes": null,
"vectorized": false
},
"displayName": "string",
"description": "string",
"required": false,
"secret": false,
"secretResolvable": false,
"defaultValue": "string",
"jsonSchema": null,
"uiHint": "CODE",
"rules": []
}
]
}Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}