curl --location --request GET 'https://api.mingdao.com/v3/app/workflow/processes' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'
{
"data": {
"processes": [
{
"id": "681b8934ec9191462c08417a",
"name": "新增线索",
"alias": "",
"type": 10,
"description": "新增线索流程",
"status": 0,
"_createdAt": "2025-02-17 17:53:44",
"_updatedAt": "2025-06-17 17:53:44",
"_owner": {
"accountId": "e2453de8-1a6a-4d4f-ba36-87fdff880a20",
"fullname": "卜佳菲",
"avatar": "https://p1.mingdaoyun.cn/UserAvatar/fe9c4374-68f1-4f64-88ea-47050dff28bd.jpg?imageView2/1/w/100/h/100/q/90",
"status": 1
}
}
]
},
"success": true
}