Get detailed record information, including creator, owner, field information, and sample values generated based on field data types.
Request Code Samples
curl --location --request GET 'https://www.nocoly.com/v3/app/worksheets//rows/?includeSystemFields=false&responseFormat=json' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;'
Responses
application/json
Successfully retrieved record details
{
"data": {
"id": "67890abcdef12345",
"6847f2a1e66b4b2aa67b1467": "示例值",
"_createdAt": "2024-03-25T15:52:58.000Z",
"_createdBy": {
"accountId": "user123",
"fullname": "张三",
"avatar": "https://example.com/avatar.jpg",
"status": "1"
},
"_updatedAt": "2024-03-25T15:52:58.000Z",
"_updatedBy": {
"accountId": "user123",
"fullname": "张三",
"avatar": "https://example.com/avatar.jpg",
"status": "1"
},
"_owner": {
"accountId": "user123",
"fullname": "张三",
"avatar": "https://example.com/avatar.jpg",
"status": "1"
}
},
"success": true
}
Modified at 2026-03-30 07:15:12