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": "laboris ex consectetur fugiat dolore",
"summary": "aliqua in laboris consequat",
"description": "Lorem incididunt",
"app": "aute qui voluptate in aliqua",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~0/SR1hr7k"
},
{
"type": "encryption",
"pointer": "/~1/~1/~1/UL4nvBmU/J/NiamC/c/v5t/~0/~0/IX/7wsnXH/~1"
},
{
"type": "encryption",
"pointer": "/~0/e/McK/HyH.I/~0/~1/~0/~0/E"
},
{
"type": "encryption",
"pointer": "/~1/~1/~0/~0/~1/~1"
}
]
},
"groups": [
"2c588712b9dec80cd22847d0",
"ed3e3acfa0279e75205398d9"
],
"type": "manual",
"view": "elit proident tempor enim",
"deprecated": true,
"scheduled": true
}