Get relation record list, including source worksheet information, row record information, row record details, and creator information
Request Code Samples
curl --location 'https://www.nocoly.com/v3/app/worksheets//rows//relations/?pageSize=undefined&pageIndex=undefined&isReturnSystemFields=undefined' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'
Responses
Relation records retrieved successfully
{
"success": true,
"error_code": 0,
"error_msg": "string",
"data": {
"rows": [
{
"id": "string",
"_createAt": "2019-08-24T14:15:22.123Z",
"_updatedAt": "2019-08-24T14:15:22.123Z",
"_owner": {
"id": "string",
"name": "string",
"avatar": "string",
"isPortal": true,
"status": 0,
"accountId": "string",
"fullname": "string"
},
"property1": null,
"property2": null
}
],
"total": 0
}
}
Modified at 2026-06-25 10:21:06