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": "irure esse mollit",
"summary": "esse enim",
"description": "ullamco ad irure cillum in",
"app": "mollit fugiat ullamco",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/eiXYQjri.AZ/~1/w8crp/xVAqtD8WG/BoftD9R/~0/~1/y/~1/~1"
},
{
"type": "encryption",
"pointer": "/~1/uBHb/v/DK/wLO/~1/WbGQ/S4AuXA0ih/~1"
},
{
"type": "encryption",
"pointer": "/~0/eb7CC,Fp/~1/xbY/~0"
},
{
"type": "encryption",
"pointer": "/~0/Pz1yuBax,Cg/~1/~1/~1"
},
{
"type": "encryption",
"pointer": "/~1/sm/~1/~1"
}
]
},
"groups": [
"f75f0c6a71ec168a4e7ab249"
],
"type": "operation",
"deprecated": false,
"scheduled": true
}