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": "veniam",
"summary": "minim commodo aliqua sit reprehenderit",
"description": "dolore elit",
"app": "Duis eu",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/sQCBzYFLUGb/~0/I/rmDZJk4/J9idVmYdGBz/Y7"
},
{
"type": "encryption",
"pointer": "/~0/~1/AGQmgtcINHF/~1/~1/GD.LEZQg/~0"
},
{
"type": "encryption",
"pointer": "/xbD/~0/LsfE9IP-/~0/r/mPj/~1/~0/otzmN/~1"
},
{
"type": "encryption",
"pointer": "/~0/~1/Z77P1k"
}
]
},
"groups": [
"0e0d9717d639b2a58ab5b7a1",
"b870701761dfc9b80f88da30",
"8716cb04c606c41b49dedeac",
"a3bcc18141a39bb659f4d9e2"
],
"type": "manual",
"view": "proident et",
"nodeLocation": {
"x": 382966.9754322767,
"y": -74876325.52794637
},
"deprecated": false,
"scheduled": true
}