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": "Ut do ut nostrud ea",
"summary": "Duis culpa",
"description": "occaecat",
"app": "irure consequat dolor",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/JQT-/~0"
},
{
"type": "encryption",
"pointer": "/~0/~0/~1/gXj/~1"
},
{
"type": "encryption",
"pointer": "/~0/~0/~1/~1/u2/~1/~0/pnYlDuiZ/~0/~0"
},
{
"type": "encryption",
"pointer": "/H5ZD/KMSrYESedIu/k8afe/Mci/pZ/~0/~1/d/~1/AK6K12as"
}
]
},
"groups": [
"939960a342ec758c178f1aca",
"c633626cde6a4b78ec1a8c74",
"0fc7dc3a3a61ac6df8b889d3",
"463f182cf306bb74df99d63e"
],
"type": "operation",
"deprecated": false,
"scheduled": false
}