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": "aute",
"summary": "velit sed",
"description": "nulla ad dolor culpa",
"app": "sed Excepteur",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~0/E/c4"
},
{
"type": "encryption",
"pointer": "/RuV"
},
{
"type": "encryption",
"pointer": "/~0/~1/yj6eMMdO7"
}
]
},
"groups": [
"8a4477009ef954754f85cda1",
"08dbdb73a27cebf84a99ee9f",
"8ea74aca8dd286dc7640bb02",
"4ed8004b1574c0da33bff8a9",
"909128e5212bce2918697d15"
],
"type": "manual",
"view": "tempor in aute voluptate velit",
"nodeLocation": {
"x": 12006938.965231046,
"y": 47465482.51120618
},
"deprecated": true,
"scheduled": true
}