Summary
Get Task Details
Description
Get a Task's details.
Route
GET /workflow_builder/getTaskDetails/:app/:task
Roles
admin
engineering
support
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
app |
string |
yes |
Application's name (export field in model) |
task |
string |
yes |
Task's id (hex) |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
method_details |
object |
Detailed Task. |
Copied to Clipboard
{
"name": "occaecat culpa",
"summary": "occaecat",
"description": "enim consequat dolor culpa",
"app": "non occaecat",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~1/~1/~0/z3a/gOqOpy0EHi5"
},
{
"type": "encryption",
"pointer": "/~1/qpmAFT7/uMSnJW1/k6"
},
{
"type": "encryption",
"pointer": "/job4gl,/~1/~0/db.PD./~1/~1/~0/~0"
},
{
"type": "encryption",
"pointer": "/C+k0,qC/u-,6/~0/XAzG7NaRwMk"
},
{
"type": "encryption",
"pointer": "/~0/u/~0"
}
]
},
"groups": [
"fa27ae3ccef87327fb6a8984"
],
"type": "manual",
"view": "sunt",
"deprecated": false,
"scheduled": true
}