Application API
    Application API
    • Development Guide
    • Filter
    • Filter Demo
    • ErrorCode
    • app
      • Get Application Information
        GET
    • 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
    • Application Role
      • Get Application Role List GET
        GET
      • Create Application Role
        POST
      • Delete Application Role
        POST
      • Add Application Role Member
        POST
      • Remove Application Role Member
        POST
      • Exit application
        POST
      • Get Role Details
        GET
    • Options Set
      • Add Option Set
      • Get Option Set
      • Edit Option Set
      • Delete Option Set
    • Get regional Information
      POST

    Development Guide

    Overview#

    This document provides a simple way to integrate Nocoly application data with any external application data. The API strictly follows REST semantics, uses JSON to encode objects, and relies on standard HTTP codes to indicate the results of operations.

    Request Format#

    For GET requests, all parameters are passed by concatenation after the URL.
    For POST requests, the body of the request must be in JSON format, and the Content-Type of the HTTP header needs to be set to application/json.

    Operation steps#

    1.
    Get the authorization key
    image.png
    2.
    When debugging the API, fill in your own AppKey and sign
    image.png
    Modified at 2025-05-13 15:44:55
    Next
    Filter
    Built with