Get the list of trigger processes under an app, including webhooks and encapsulated business processes
Request Code Samples
curl --location 'https://www.nocoly.com/v3/app/workflow/processes' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'
Responses
Workflow list retrieved successfully
{
"data": {
"processes": [
{
"id": "681b8934ec9191462c08417a",
"name": "Add lead",
"alias": "",
"type": 10,
"description": "Add lead workflow",
"status": 0,
"_createdAt": "2025-02-17 17:53:44",
"_updatedAt": "2025-06-17 17:53:44",
"_owner": {
"accountId": "e2453de8-1a6a-4d4f-ba36-87fdff880a20",
"fullname": "Bu Jiafei",
"avatar": "https://p1.example.cn/UserAvatar/fe9c4374-68f1-4f64-88ea-47050dff28bd.jpg?imageView2/1/w/100/h/100/q/90",
"status": "1"
}
}
]
},
"success": true
}
Modified at 2026-06-25 10:21:06