Get a list of workflows under the application
Request Code Samples
curl --location --request GET 'https://api.mingdao.com/v3/app/workflow/processes' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'
Responses
application/json {
    "data": {
        "processes": [
            {
                "id": "681b8934ec9191462c08417a",
                "name": "New clues",
                "alias": "",
                "type": 10,
                "description": "New clue process",
                "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.mingdaoyun.cn/UserAvatar/fe9c4374-68f1-4f64-88ea-47050dff28bd.jpg?imageView2/1/w/100/h/100/q/90",
                    "status": 1
                }
            }
        ]
    },
    "success": true
}
Modified at 2025-09-05 07:03:09