Get record details, including creator, owner, field information, and sample values generated based on field data types
Request Code Samples
curl --location 'https://www.nocoly.com/v3/app/worksheets//rows/?includeSystemFields=false&responseFormat=json' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'
Responses
Record details retrieved successfully
{
"data": {
"id": "67890abcdef12345",
"6847f2a1e66b4b2aa67b1467": "Sample value",
"_createdAt": "2024-03-25 15:52:58",
"_createdBy": {
"accountId": "user123",
"fullname": "Zhang San",
"avatar": "https://example.com/avatar.jpg",
"status": "1"
},
"_updatedAt": "2024-03-25 15:52:58",
"_updatedBy": {
"accountId": "user123",
"fullname": "Zhang San",
"avatar": "https://example.com/avatar.jpg",
"status": "1"
},
"_owner": {
"accountId": "user123",
"fullname": "Zhang San",
"avatar": "https://example.com/avatar.jpg",
"status": "1"
}
},
"success": true
}
Modified at 2026-06-25 10:21:06