curl --location --request GET 'https://www.nocoly.com/v3/app/worksheets//rows//logs?operatorIds&field&pageSize&pageIndex&startDate&endDate' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;'{
"success": true,
"error_code": 0,
"error_msg": "string",
"data": {
"logs": [
{
"operator": {},
"content": {
"worksheetId": "string",
"objectId": "string",
"uniqueId": "string",
"objectType": "string",
"type": 0,
"requestType": "string",
"_createdAt": "string",
"logData": [
{
"id": "string",
"name": "string",
"editType": 0,
"type": 0,
"oldValue": "string",
"oldText": "string",
"newValue": "string",
"newText": "string",
"isDeleted": true
}
]
}
}
],
"lastMark": "string",
"flag": true
}
}