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": "elit velit",
"summary": "aliqua anim ut",
"description": "culpa non ullamco",
"app": "cupidatat ea",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/L,PPI/LiK2SfY/~1/~0/zr0.L6/~0/U+PfuQGKf/ufi/~1/~0"
},
{
"type": "encryption",
"pointer": "/aE/,LV350/~1"
}
]
},
"groups": [
"04e776ecb7b84bb9395d5813",
"42d4a44fd6e856a124180459",
"5dc97e8056701943ff8fbf95",
"1eaea7edecd138393c1e3944"
],
"type": "manual",
"view": "nulla dolor",
"nodeLocation": {
"x": 76319608.09616634,
"y": -27456789.253022507
},
"deprecated": false,
"scheduled": true
}