Request
Body Params  application/json
{
    "triggerWorkflow": true,
    "fields": [
        {
            "id": "6847f2a1e66b4b2aa67b1467",
            "value": "HHHH"
        }
    ]
}
Request Code Samples
curl --location --request POST 'https://api.mingdao.com/v3/app/worksheets//rows' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "triggerWorkflow": true,
    "fields": [
        {
            "id": "6847f2a1e66b4b2aa67b1467",
            "value": "HHHH"
        }
    ]
}'
Responses
application/json {
    "data": {
        "id": ""
    },
    "success": true
}
Modified at 2025-09-05 07:03:09