Get all worksheets or the specified worksheet list under the app
Request
Body Params application/jsonRequired
{
"responseFormat": "json",
"worksheets": [
"string"
]
}
Request Code Samples
curl --location 'https://www.nocoly.com/v3/app/worksheets/list' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data '{
"responseFormat": "json",
"worksheets": [
"string"
]
}'
Responses
Worksheet list retrieved successfully
{
"success": true,
"error_code": 0,
"error_msg": "string",
"data": [
{
"id": "string",
"name": "string",
"remark": "string"
}
]
}
Modified at 2026-06-25 10:21:06