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": "nulla eu proident sit",
"summary": "cupidatat deserunt et dolor consectetur",
"description": "esse culpa laboris occaecat",
"app": "ex dolor incididunt",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1"
},
{
"type": "encryption",
"pointer": "/~0"
},
{
"type": "encryption",
"pointer": "/H-oSJHv/j/~1/~0/bp/t/WX/tfzKL/LtX/~0"
},
{
"type": "encryption",
"pointer": "/OcCXhpP/V9LW/~1/PrKbngrs-08/jKQ/~0/Jf0/GlX/~0"
},
{
"type": "encryption",
"pointer": "/~0/~1/LI8LTHh-"
}
]
},
"groups": [
"88c5cda35845054aeea03743",
"3247580512c675bf7eaad8c1",
"48ebb36f2a744640367ed48e",
"bb56ee3b6dc94a736ea17ae3",
"c64cdcd5d429a15160a0a786"
],
"type": "manual",
"view": "ut adipisicing tempor aliquip officia",
"deprecated": true,
"scheduled": true
}