Get worksheet structure information
Get worksheet configuration and control information
Request Code Samples
curl --location --request GET 'https://api.mingdao.com/v3/app/worksheets/?responseFormat' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'
Responses
application/json {
    "data": {
        "worksheetId": "65dda1a5a608a40050774c72",
        "name": "member information",
        "alias": "",
        "createdAt": "",
        "desc": "",
        "views": [
            {
                "id": "65dda1a5a608a40050774c8f",
                "name": "all"
            },
            {
                "id": "65dda1a5a608a40050774c91",
                "name": "grade classification"
            },
            {
                "id": "65dda1a5a608a40050774c90",
                "name": "my information"
            }
        ],
        "fields": [
            {
                "id": "632444f6182c34e9180b0676",
                "name": "name",
                "type": 2,
                "attribute": 0,
                "required": false,
                "alias": "",
                "size": 6,
                "remark": ""
            }
        ]
    },
    "success": true
}
Modified at 2025-10-11 03:13:27