Application API
  1. worksheet
Application API
  • V3 (AI-friendly-beta)
    • Overview
    • Field Type Comparison Table
    • Guidelines for Using Filters
    • Error Code
    • application
      • Get application information
    • worksheet
      • Get worksheet structure information
      • Edit the worksheet
      • Delete worksheets
      • Create worksheet
    • worksheet Row Records
      • Get a list of line records
      • Get line record details
      • Update line records
      • Delete line records
      • Get relation records
      • Create a new row record
      • Add new line records in batches
      • Batch update line records
      • Batch delete row records
      • Obtain line record perspective data
      • Get record sharing links
      • Get a row record log
      • Get line record discussion
    • option set
      • Get a list of option sets
      • Create an option set
      • Edit option set
      • Delete option set
    • workflow
      • Get a list of processes
      • Get process details
      • Trigger process
    • role
      • Get a list of roles
      • create role
      • Get role details
      • remove roles
      • Add role members
      • Remove role members
      • Members withdraw from all roles
    • public query
      • find members
      • Find departments
      • Get regional information
  • V2
    • Development Guide
    • ErrorCode
    • Filter Demo
    • Filter
    • Options Set
      • Add Option Set
      • Get Option Set
      • Edit Option Set
      • Delete Option Set
    • Application Role
      • Get Application Role List GET
      • Create Application Role
      • Delete Application Role
      • Add Application Role Member
      • Remove Application Role Member
      • Exit application
      • Get Role Details
    • worksheet
      • Create Worksheet
        POST
      • Get worksheet structure information
        POST
      • Get List
        POST
      • Create Row Record
        POST
      • Batch Create Row Records
        POST
      • Get Row Record Details
        GET
      • Get row record details
        POST
      • Update Row Record Details
        POST
      • Batch Update Row Record Details
        POST
      • Delete Row Record
        POST
      • Get associated record
        POST
      • Get Record Share Link
        POST
      • Get total row count of worksheet
        POST
      • Get Row Record Log
        POST
    • app
      • Get Application Information
    • Public Inquiries
      • Get regional Information
    • Get Row Record Discussions
      POST
  1. worksheet

Get associated record

fromal
https://api.mingdao.com
fromal
https://api.mingdao.com
POST
/v2/open/worksheet/getRowRelations
Get the list of related records, including the source worksheet information, row record information, row record details, and creator information

Request

Body Params application/json

Example
{
    "appKey": "b09410353a7d607e",
    "sign": "MDg2MzlmZGFhMTFiYjIwODE0MDdkMGNlZmU4YWM2ZmU5NjFkZWUzYWI5NTM5MzNiZDEzNjUxZTA4M2UyMDI3OQ==",
    "worksheetId": "67eb8326143184e59c37575a",
    "pageSize": 50,
    "pageIndex": 1,
    "rowId": "099236ee-01df-458b-9c62-125289fd3de7",
    "controlId": "67eb8326bb2af284541ae765",
    "getSystemControl": false
}

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 POST 'https://api.mingdao.com/v2/open/worksheet/getRowRelations' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appKey": "b09410353a7d607e",
    "sign": "MDg2MzlmZGFhMTFiYjIwODE0MDdkMGNlZmU4YWM2ZmU5NjFkZWUzYWI5NTM5MzNiZDEzNjUxZTA4M2UyMDI3OQ==",
    "worksheetId": "67eb8326143184e59c37575a",
    "pageSize": 50,
    "pageIndex": 1,
    "rowId": "099236ee-01df-458b-9c62-125289fd3de7",
    "controlId": "67eb8326bb2af284541ae765",
    "getSystemControl": false
}'

Responses

🟢200成功
application/json
Body

Example
{
    "data": {
        "rows": [
            {
                "_id": "67eb9b95951074c1a9cee656",
                "6305f0ae9845bd8cdfee4ba9": "",
                "rowid": "b89d5833-8f27-4bff-b9e4-d570622e1099",
                "6305f0ae9845bd8cdfee4b9d": "",
                "6305f0ae9845bd8cdfee4b9c": " Tencent ",
                "6305f0ae9845bd8cdfee4b9f": "",
                "autoid": 0,
                "6305f0ae9845bd8cdfee4ba0": "",
                "6305f0ae9845bd8cdfee4b9a": "",
                "6305f0ae9845bd8cdfee4ba6": "",
                "6305f0ae9845bd8cdfee4baa": "",
                "6305f0ae9845bd8cdfee4b9b": "",
                "6305f0ae9845bd8cdfee4ba4": "",
                "6305f0ae9845bd8cdfee4b9e": "",
                "6305f0ae9845bd8cdfee4ba3": "",
                "6307162b480f2194bb3b52f6": "",
                "6307162b480f2194bb3b52f7": "",
                "6307162b480f2194bb3b52f8": "",
                "6305f0ae9845bd8cdfee4ba2": "",
                "6305f0ae9845bd8cdfee4ba5": "",
                "6308a599ed2aacb5681e2872": "",
                "6305f0ae9845bd8cdfee4ba1": "",
                "6305f0ae9845bd8cdfee4ba8": "",
                "6307147bde36638a0ea9ede7": "",
                "6305f0ae9845bd8cdfee4ba7": "",
                "6307181c9c60fb09d4d038bd": "",
                "6307181c9c60fb09d4d038be": "",
                "ownerid": "",
                "caid": "",
                "ctime": "",
                "utime": "",
                "uaid": ""
            }
        ],
        "total": 1
    },
    "success": true,
    "error_code": 1
}
🟠401没有权限
🟠404记录不存在
Modified at 2025-04-07 02:44:02
Previous
Delete Row Record
Next
Get Record Share Link
Built with