Request
Body Params application/jsonRequired
{
"visibleFields": [
"string"
],
"expiredIn": 0,
"password": "string"
}
Request Code Samples
curl --location --request POST 'https://www.nocoly.com/v3/app/worksheets//rows//share-link' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"visibleFields": [
"string"
],
"expiredIn": 0,
"password": "string"
}'
Responses
application/json
Share link generated successfully
{
"success": true,
"error_code": 0,
"error_msg": "string",
"data": {
"url": "string"
}
}
Modified at 2026-03-30 07:15:12