Application API
  1. app
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
      • Get worksheet structure information
      • Get List
      • Create Row Record
      • Batch Create Row Records
      • Get Row Record Details
      • Get row record details
      • Update Row Record Details
      • Batch Update Row Record Details
      • Delete Row Record
      • Get associated record
      • Get Record Share Link
      • Get total row count of worksheet
      • Get Row Record Log
    • app
      • Get Application Information
        GET
    • Public Inquiries
      • Get regional Information
    • Get Row Record Discussions
      POST
  1. app

Get Application Information

fromal
https://api.mingdao.com
fromal
https://api.mingdao.com
GET
/v1/open/app/get
Get application information, including application groups, worksheets, and custom page information

Request

Query 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/v1/open/app/get?appKey=&sign='

Responses

🟢200成功
application/json
Body

Examples
{
    "data": {
        "projectId": "28447959-cf7f-4ae9-XXXXXXXXXXXXXXX",
        "appId": "b55d6ceb-b69a-44f0-a011-XXXXXXXXXXXXXXX",
        "name": " Customer Relationship Management ",
        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/sys_13_1_shop.svg",
        "color": "#3054EB",
        "desc": "",
        "sections": [
            {
                "sectionId": "676910ae3e6f2583f5d3edd5",
                "name": " Cockpit ",
                "items": [
                    {
                        "id": "676910ad3e6f2583f5d3edd0",
                        "name": " Application Instructions ( Operation Guide )",
                        "type": 1,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/12_2_book.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "67eb58288f74243cd249f8c5",
                        "name": " Subgroup ",
                        "type": 2,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/sys_cheque_office.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": [
                    {
                        "sectionId": "67eb58288f74243cd249f8c5",
                        "name": " Subgroup ",
                        "items": [
                            {
                                "id": "676910ad3e6f2583f5d3edd2",
                                "name": " Manager's Board ",
                                "type": 1,
                                "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/1_1_combo_chart.svg",
                                "status": 1,
                                "alias": "",
                                "notes": ""
                            },
                            {
                                "id": "676910ad3e6f2583f5d3edd1",
                                "name": " Sales Board ",
                                "type": 1,
                                "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/2_4_training.svg",
                                "status": 1,
                                "alias": "",
                                "notes": ""
                            }
                        ],
                        "childSections": []
                    }
                ]
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd9",
                "name": " Channel ",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da06a1",
                        "name": " Channel Partner ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/sys_10_8_advertising.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd3",
                "name": " Customer ",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da06a0",
                        "name": " Client Company ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/sys_8_4_folder.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da069f",
                        "name": " Contact Person ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/6_1_user_group.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd4",
                "name": " Sales ",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da069e",
                        "name": " Clue ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/9_3_marker.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da069d",
                        "name": " Transaction Opportunity ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/10_5_star.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da069c",
                        "name": " Quote ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/2_4_training.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0696",
                        "name": " Quotation Details ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/12_4_puzzle.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0692",
                        "name": " Order ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/3_2_money_box.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0693",
                        "name": " Order Details ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/12_2_book.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0698",
                        "name": " Action ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/4_1_calendar.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0699",
                        "name": " Log ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/1_5_create_new.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edda",
                "name": " Market ",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da06a2",
                        "name": " Marketing Activities ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/table.svg",
                        "status": 1,
                        "alias": "schd",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd7",
                "name": " Product ",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da069b",
                        "name": " Product ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/7_1_truck.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd8",
                "name": " Accounting ",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da0691",
                        "name": " Invoice ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/3_3_paper_money.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0690",
                        "name": " Invoice Details ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/8_5_print.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da06a4",
                        "name": " Payment Registration ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/table.svg",
                        "status": 1,
                        "alias": "kxdj",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd6",
                "name": " Settings ",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da069a",
                        "name": " Price List ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/1_4_calculator.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0697",
                        "name": " Price List Details ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/1_2_order.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0695",
                        "name": " Pricing Unit Group ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/10_2_lock.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0694",
                        "name": " Price Unit ",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/9_2_map.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": []
            }
        ],
        "createType": 0
    },
    "success": true,
    "error_code": 1
}
🟢200成功
Modified at 2025-04-07 02:42:23
Previous
Get Row Record Log
Next
Get regional Information
Built with