curl --location --request GET 'https://api.mingdao.com/v3/app/worksheets//rows//logs?operatorIds=&field&pageSize&pageIndex&startDate&endDate' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'{
    "data": {
        "logs": [
            {
                "opeartor": {
                    "accountId": "operator ID",
                    "fullname": "name",
                    "avatar": "avatar address",
                    "isPortal": false,
                    "status": 1
                },
                "content": {
                    "worksheetId": "worksheet ID",
                    "objectId": "operation target ID",
                    "uniqueId": "Operation unique identification",
                    "objectType": "Log object type 1: Worksheet 2: Line record 3: View 4: Button 5: Business rules 99: Other",
                    "type": 2,
                    "requestType": "Log operation type 1: Manual 2: Workflow 3: Button",
                    "createdAt": "Timestamp created by action",
                    "logData": [
                        {
                            "id": "Action Item ID",
                            "name": "Action item name",
                            "editType": 1,
                            "type": 26,
                            "oldValue": "Value before operation",
                            "oldText": "Description after operation",
                            "newValue": "Value after operation",
                            "newText": "Description after operation",
                            "isDeleted": false
                        }
                    ]
                }
            }
        ]
    },
    "lastMark": "Last update time",
    "flag": false,
    "success": true
}