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": "incididunt Duis",
"summary": "ipsum eiusmod anim",
"description": "officia pariatur ex commodo reprehenderit",
"app": "Ut dolor",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/UdaXTs/KP7dArR/~1/y/~0/NZ,E,iS/~1/RUGn/pzGf/d/bixtpR/~1"
},
{
"type": "encryption",
"pointer": "/g/MlV/~1/Os-/GN,NG/H/~1/~1"
},
{
"type": "encryption",
"pointer": "/S3/gB-Ln63"
},
{
"type": "encryption",
"pointer": "/~1"
},
{
"type": "encryption",
"pointer": "/sdJHJK/~1/~0/p0q7+/O4wi9T9a3"
}
]
},
"groups": [
"a7b8cd77be5f0371f983ba62",
"9828381ed6ffce41be7b1dc1",
"425944250213f98f4af3171f"
],
"x": -18615495.487029806,
"y": -10740997.501090854,
"type": "manual",
"view": "minim",
"gridCoordinate": {
"x": -97782495.42369486,
"y": -87906408.27772607
},
"deprecated": true,
"scheduled": false
}