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": "sunt quis dolor Ut sed",
"summary": "consectetur laborum culpa ad mollit",
"description": "consectetur enim officia fugiat sint",
"app": "esse dolore deserunt aliquip",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/R4bUl-0/Mcjv7nL/d6/~0/~0/~1/~1/xj-wBH/~0/awT0zP9mJH"
},
{
"type": "encryption",
"pointer": "/XkkYVTor/~0/~1/~0/~0"
},
{
"type": "encryption",
"pointer": "/VgP8,/~0"
}
]
},
"groups": [
"9b0bd146bf3b115848864063",
"9a7c8a044ec46abe1879562e",
"bb499c02ac0288056f6d6f67"
],
"type": "manual",
"view": "irure laboris eu mollit",
"deprecated": true,
"scheduled": false
}