Get all worksheets under the application or a specified subset of worksheets.
Request
Body Params application/jsonRequired
Request Code Samples
curl --location 'https://www.nocoly.com/v3/app/worksheets/list' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;' \
--header 'Content-Type: application/json' \
--data '{
"responseFormat": "json",
"worksheets": [
"string"
]
}'
Responses
Successfully retrieved worksheet list
{
"success": true,
"error_code": 0,
"error_msg": "string",
"data": [
{
"id": "string",
"name": "string",
"remark": "string"
}
]
}
Modified at 2026-04-15 09:20:35