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": "Excepteur est consequat",
"summary": "sed sint ipsum incididunt",
"description": "Excepteur laborum",
"app": "in magna esse voluptate",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/CUo+K41mjuG"
},
{
"type": "encryption",
"pointer": "/S/nqCP"
},
{
"type": "encryption",
"pointer": "/eEFVNn3cWF/vN/zrjHin1Bs5J"
},
{
"type": "encryption",
"pointer": "/~0/u/w/~1/~1/~1/~1/wG6K/~1"
}
]
},
"groups": [
"bfb420876eb8a845124fc9b4",
"cc4182c3b41c7d077e358c30",
"a29a83bd6effde6506ca5432",
"41bbdc50bc4d68eb793ca967",
"a77015e8e5422a838855e06f"
],
"type": "manual",
"view": "qui nulla officia consectetur nisi",
"deprecated": false,
"scheduled": true
}