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 List
      • Create worksheet
      • Get worksheet structure information
      • Update worksheet structure
      • Delete worksheet
      • Get worksheet list
    • worksheet Row Records
      • Create row record
      • Get row record list
      • Batch create row records
      • Batch update row record details
      • Batch delete row records
      • Get row record details
      • Update row record
      • Delete row record
      • Get row record discussions
      • Get row record logs
      • Get row record pivot data
      • Get related records
      • Get record share link
    • option set
      • Get option set list
      • Create option set
      • Edit option set
      • Deactivate option set
    • workflow
      • Get workflow list
      • Get workflow details
      • Trigger workflow
      • Get the list of approval workflow executions by worksheet ID and row ID
      • Get approval workflow execution detail
    • role
      • Get role list
      • Create role
      • Get role details
      • Delete role
      • Add role member
      • Remove role member
      • Remove member from all roles
    • public query
      • Find member
      • Find department
      • Get region information
    • knowledge
      • Get list of knowledge bases under an application
      • Knowledge base search
  • V2
    • Filter
    • Development Guide
    • Filter Demo
    • ErrorCode
    • 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
  • Schemas
    • Sample Schemas
      • option
      • relation
      • Pet
      • Category
      • Tag
    • Schemas
      • Authentication Information
      • obj_base_response
      • Person object
      • obj_field
      • Custom Page
      • obj_filter
      • Application Role
      • obj_record_row
      • obj_record_log
      • obj_record_discussion
      • obj_pivot_meta
      • obj_pivot_dimensions
      • obj_pivot_data
      • obj_process
      • obj_process_detail
      • obj_input
      • obj_output
      • obj_role
      • obj_role_permission
      • obj_user
      • obj_user_desensitized
      • obj_department
      • obj_custom_page
      • obj_optionset
      • obj_filter_children
      • obj_app
    • Base response object
    • memberInfo
    • department_with_path
    • departmentInfo
    • regionInfo
    • process
    • process_detail
    • input
    • output
    • role
    • role_permission
    • custom_page
    • optionset
    • field
    • worksheet
    • filter
    • filter_children
    • record_row
    • discussion
  1. worksheet

Get Row Record Details

GET
/v2/open/worksheet/getRowById
Get record details, including creator, owner, control information, and generate sample values based on control data types

Request

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://www.nocoly.com/v2/open/worksheet/getRowById?appKey=5004e1f1c103fc82&sign=MWQzYWJiNTNlYzZmNjZhNTA1NTExMGZhNzEyMjU3ZTMzM2Q2YWFmZWJkMTZjMWM1NTRjNDZiODUwNjc5OTUzNg==&worksheetId=6773abdab945df4389d21c17&rowId=0142c26c-144d-490b-8f58-7dd3b2221dfe&getSystemControl=false' \
--header 'Authorization: Bearer <token>'

Responses

🟢200成功
application/json
Body

Example
{
    "data": {
        "_id": "6773abdab945df4389d21c7f",
        "rowid": "0142c26c-144d-490b-8f58-7dd3b2221dfe",
        "ctime": "2024-12-31 16:31:22",
        "caid": {
            "email": "1@qq.com",
            "mobilePhone": "+8611111111111",
            "accountId": "e2453de8-1a6a-4d4f-ba36-87fdff880a20",
            "fullname": "bb",
            "avatar": "https://p1.mingdaoyun.cn/UserAvatar/fe9c4374-68f1-4f64-88ea-47050dff28bd.jpg?imageView2/1/w/48/h/48/q/90",
            "isPortal": false,
            "status": 1
        },
        "uaid": {
            "email": "1@qq.com",
            "mobilePhone": "+8611111111111",
            "accountId": "e2453de8-1a6a-4d4f-ba36-87fdff880a20",
            "fullname": "bb",
            "avatar": "https://p1.mingdaoyun.cn/UserAvatar/fe9c4374-68f1-4f64-88ea-47050dff28bd.jpg?imageView2/1/w/48/h/48/q/90",
            "isPortal": false,
            "status": 1
        },
        "ownerid": {
            "email": "1@qq.com",
            "mobilePhone": "+8611111111111",
            "accountId": "e2453de8-1a6a-4d4f-ba36-87fdff880a20",
            "fullname": "bb",
            "avatar": "https://p1.mingdaoyun.cn/UserAvatar/fe9c4374-68f1-4f64-88ea-47050dff28bd.jpg?imageView2/1/w/48/h/48/q/90",
            "isPortal": false,
            "status": 1
        },
        "utime": "2024-12-31 16:31:22",
        "autoid": 99,
        "60d42c197766e73dc71929a2": " Guilin Liangjiang International Airport ",
        "60d42c197766e73dc71929a3": "KWL",
        "60d42c197766e73dc71929a4": "ZGKL"
    },
    "success": true,
    "error_code": 1
}
🟠401没有权限
🟠404记录不存在
Modified at 2025-04-07 02:43:10
Previous
Batch Create Row Records
Next
Get row record details
Built with