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": "aliquip fugiat amet Duis in",
"summary": "Ut consectetur irure",
"description": "dolore adipisicing aute",
"app": "in in dolore tempor",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/IoOT0/g3MulHt/~0/O/Hq/K/NBJ/X432F"
},
{
"type": "encryption",
"pointer": "/X123w/~1/huSDE"
},
{
"type": "encryption",
"pointer": "/~1/~0/~0/Na/71.Rx.r1/~0/Vq/~1/s2JG35bt/~0"
},
{
"type": "encryption",
"pointer": "/~1/~0/PAQe8/wkwTx/~1/tRz-wWlNK/~0/BV/lxIMeLf/Vyd7Lnr/~0"
}
]
},
"groups": [
"3eb5a4e4a8e806ecd06f4fd4",
"3e63dfa34bebf90ccdb95190",
"f1120d9722fd835717b59cf2",
"da59dac80fbef1cb5a89015c",
"70db1903d47360decb2c89a6"
],
"x": -799829.1148654222,
"y": 78224157.41986984,
"type": "operation",
"gridCoordinate": {
"x": -7050543.157207429,
"y": -14341087.585404247
},
"deprecated": true,
"scheduled": false
}