curl --location 'https://api.mingdao.com/v3/app/worksheets//rows//relations/?pageSize=undefined&pageIndex=undefined&isReturnSystemFields=undefined' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'{
"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
}
}