Create a new row record
Testing
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-08-21 09:35:00