Obtain a list of relation records, including associated record source worksheet information, line record information, line record details, and creator information
Request
Path Params
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.mingdao.com/v3/app/worksheets//rows//relations/?pageSize&pageIndex&isReturnSystemFields' \
--header'HAP-Appkey: {{appkey}}' \
--header'HAP-Sign: {{sign}}'
Responses
🟢200OK
application/json
Body
Example
{"data":{"rows":[{"id":"Associated record id","_createAt":"creation time","_updatedAt":"update time","关联记录字段id/别名":"control values"}],"total":"total number of articles"},"success":true}