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": "sint Ut do",
"summary": "incididunt non voluptate",
"description": "pariatur commodo magna elit",
"app": "ea",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/AeZCCLmpu/i-3o9Lxcx/~1/q3rAGmbot/L"
},
{
"type": "encryption",
"pointer": "/~1/fr9lDam/iDMex/N/r5g5o"
},
{
"type": "encryption",
"pointer": "/JhkaYIoDCn"
},
{
"type": "encryption",
"pointer": "/NEsxDihnA7/~0/~0/RiOYoE5qSi/~1/o..O"
}
]
},
"groups": [
"8ec4ab25dd04438fda2962cc",
"530b38f789dc3a3e35ba0b82",
"ecb79e5350b70b3a7c066b46",
"84f91d9b34ff87def38aaceb",
"a5bc00c6933d03b9652d5eac"
],
"type": "operation",
"deprecated": true,
"scheduled": true
}