curl --location --request GET 'https://api.mingdao.com/v3/app/worksheets//rows//relations/?pageSize&pageIndex&isReturnSystemFields' \ --header 'HAP-Appkey: {{appkey}}' \ --header 'HAP-Sign: {{sign}}'
{ "data": { "rows": [ { "id": "关联记录id", "_createAt": "创建时间", "_updatedAt": "更新时间", "关联记录字段id/别名": "控件值" } ], "total": "总条数" }, "success": true }