应用 API
  1. 应用
应用 API
  • 开发指南
  • 筛选器
  • 筛选器使用示例
  • 错误码
  • 应用
    • 获取应用信息
      GET
  • 工作表
    • 新建工作表
      POST
    • 获取工作表结构信息
      POST
    • 获取行记录列表
      POST
    • 新建行记录
      POST
    • 批量新建行记录
      POST
    • 获取行记录详情
      GET
    • 获取行记录详情
      POST
    • 更新行记录详情
      POST
    • 批量更新行记录详情
      POST
    • 删除行记录
      POST
    • 获取关联记录
      POST
    • 获取记录分享链接
      POST
    • 获取工作表总行数
      POST
    • 获取行记录日志
      POST
  • 角色
    • 获取角色列表
      GET
    • 创建角色
      POST
    • 删除角色
      POST
    • 添加角色成员
      POST
    • 移除应用角色成员
      POST
    • 退出应用
      POST
    • 获取角色详情
      GET
  • 选项集
    • 创建选项集
    • 获取选项集
    • 编辑选项集
    • 删除选项集
  • 获取地区信息
    POST
  1. 应用

获取应用信息

www
https://www.mingdao.com
www
https://www.mingdao.com
GET
/v1/open/app/get
获取应用信息,包含应用下分组、工作表、自定义页面信息

请求参数

Query 参数
appKey
string 
AppKey
必需
sign
string 
签名
必需

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.mingdao.com/v1/open/app/get?appKey=&sign='

返回响应

🟢200成功
application/json
Body
data
object 
返回数据
必需
projectId
string 
组织 id
必需
appId
string 
应用ID
必需
name
string 
应用名称
必需
iconUrl
string 
图标地址
必需
color
string 
颜色
必需
desc
string 
应用描述
必需
sections
array [object {4}] 
分组信息
必需
createType
string 
必需
success
boolean 
请求结果
必需
error_code
integer 
错误码
必需
示例
{
    "data": {
        "projectId": "28447959-cf7f-4ae9-XXXXXXXXXXXXXXX",
        "appId": "b55d6ceb-b69a-44f0-a011-XXXXXXXXXXXXXXX",
        "name": "客户关系管理",
        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/sys_13_1_shop.svg",
        "color": "#3054EB",
        "desc": "",
        "sections": [
            {
                "sectionId": "676910ae3e6f2583f5d3edd5",
                "name": "驾驶舱",
                "items": [
                    {
                        "id": "676910ad3e6f2583f5d3edd0",
                        "name": "应用说明(操作指引)",
                        "type": 1,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/12_2_book.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "67eb58288f74243cd249f8c5",
                        "name": "子分组",
                        "type": 2,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/sys_cheque_office.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": [
                    {
                        "sectionId": "67eb58288f74243cd249f8c5",
                        "name": "子分组",
                        "items": [
                            {
                                "id": "676910ad3e6f2583f5d3edd2",
                                "name": "经理看板",
                                "type": 1,
                                "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/1_1_combo_chart.svg",
                                "status": 1,
                                "alias": "",
                                "notes": ""
                            },
                            {
                                "id": "676910ad3e6f2583f5d3edd1",
                                "name": "销售看板",
                                "type": 1,
                                "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/2_4_training.svg",
                                "status": 1,
                                "alias": "",
                                "notes": ""
                            }
                        ],
                        "childSections": []
                    }
                ]
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd9",
                "name": "渠道",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da06a1",
                        "name": "渠道伙伴",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/sys_10_8_advertising.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd3",
                "name": "客户",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da06a0",
                        "name": "客户公司",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/sys_8_4_folder.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da069f",
                        "name": "联系人",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/6_1_user_group.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd4",
                "name": "销售",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da069e",
                        "name": "线索",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/9_3_marker.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da069d",
                        "name": "成交机会",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/10_5_star.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da069c",
                        "name": "报价",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/2_4_training.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0696",
                        "name": "报价明细",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/12_4_puzzle.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0692",
                        "name": "订单",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/3_2_money_box.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0693",
                        "name": "订单明细",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/12_2_book.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0698",
                        "name": "行动",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/4_1_calendar.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0699",
                        "name": "日志",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/1_5_create_new.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edda",
                "name": "市场",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da06a2",
                        "name": "市场活动",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/table.svg",
                        "status": 1,
                        "alias": "schd",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd7",
                "name": "产品",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da069b",
                        "name": "产品",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/7_1_truck.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd8",
                "name": "帐务",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da0691",
                        "name": "发票",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/3_3_paper_money.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0690",
                        "name": "发票明细",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/8_5_print.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da06a4",
                        "name": "款项登记",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/table.svg",
                        "status": 1,
                        "alias": "kxdj",
                        "notes": ""
                    }
                ],
                "childSections": []
            },
            {
                "sectionId": "676910ae3e6f2583f5d3edd6",
                "name": "设置",
                "items": [
                    {
                        "id": "676910ad8d09d8a189da069a",
                        "name": "价目表",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/1_4_calculator.svg",
                        "status": 1,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0697",
                        "name": "价目表明细",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/1_2_order.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0695",
                        "name": "计价单位组",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/10_2_lock.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    },
                    {
                        "id": "676910ad8d09d8a189da0694",
                        "name": "计价单位",
                        "type": 0,
                        "iconUrl": "https://fp1.mingdaoyun.cn/customIcon/9_2_map.svg",
                        "status": 2,
                        "alias": "",
                        "notes": ""
                    }
                ],
                "childSections": []
            }
        ],
        "createType": 0
    },
    "success": true,
    "error_code": 1
}
🟢200appKey无效
上一页
错误码
下一页
新建工作表
Built with