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": "culpa velit",
"summary": "dolore",
"description": "sed Ut",
"app": "ex ea elit",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/z8cr/~0/~1/yRrDfZ5u2/wCj36Y7f/~1/~1"
},
{
"type": "encryption",
"pointer": "/hyy.3Hh/~0/~1/B.U2ihB/~0/~0/f/~0/~1"
},
{
"type": "encryption",
"pointer": "/VDG5/h9300SjY,L/V/~1/~1/~1/~1"
},
{
"type": "encryption",
"pointer": "/~0/Xd8yoqai/~0/~1/~0"
},
{
"type": "encryption",
"pointer": "/Hvg+g7uBvA/XP4n/xrOp7I1/~1/~0/~1/~0/oy.b/jzs/XLjaV,"
}
]
},
"groups": [
"4a1b094c37f649f80c34a152",
"2a2bc214ec534e3a7da97f7b",
"109580b38286aaedeccb7e11",
"608037fa9f50fda9e047d4a7",
"f6f4853ae0500d65d83ac5bf"
],
"type": "operation",
"deprecated": false,
"scheduled": true
}