Application API
  1. Application Role
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
        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
    • 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
    • Public Inquiries
      • Get regional Information
    • Get Row Record Discussions
      POST
  1. Application Role

Get Application Role List GET

fromal
https://api.mingdao.com
fromal
https://api.mingdao.com
GET
/v1/open/app/getRoles

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/getRoles?appKey=401ea5361c510771&sign=NWE3NTFmYWQzNjJhYTBkMzk4YTQ5YjI2MDVlNDI4MDNkYTgxYzI4MTVlODJhNTI1YTdiNTEyMDRkMTExNDJlOA=='

Responses

🟢200成功
application/json
Body

Example
{
    "data": {
        "logs": [
            {
                "operatorInfo": {
                    "accountId": "e2453de8-1a6a-4d4f-ba36-87fdff880a20",
                    "fullname": " Bu Jiafei ",
                    "avatar": "https://p1.mingdaoyun.cn/UserAvatar/fe9c4374-68f1-4f64-88ea-47050dff28bd.jpg?imageView2/1/w/48/h/48/q/90",
                    "isPortal": false,
                    "status": 1
                },
                "operatContent": {
                    "worksheetId": "65dda1a5a608a40050774c78",
                    "objectId": "0bc19fb7-4100-43ad-8f0e-7d2879427677",
                    "uniqueId": "17434977474932162",
                    "objectType": 2,
                    "type": 2,
                    "requestType": 1,
                    "createTime": "2025-04-01 16:55:48",
                    "logData": [
                        {
                            "id": "632444f6182c34e9180b069f",
                            "name": " Price ",
                            "editType": 0,
                            "type": 8,
                            "oldValue": "9.9900000000000002",
                            "oldText": "",
                            "newValue": "1000",
                            "newText": "",
                            "isDeleted": false
                        }
                    ]
                }
            },
            {
                "operatorInfo": {
                    "accountId": "user-api",
                    "fullname": "API",
                    "avatar": "https://p1.mingdaoyun.cn/UserAvatar/worksheetapi.png?imageView2/1/w/48/h/48/q/90",
                    "isPortal": false,
                    "status": 1
                },
                "operatContent": {
                    "worksheetId": "65dda1a5a608a40050774c78",
                    "objectId": "0bc19fb7-4100-43ad-8f0e-7d2879427677",
                    "uniqueId": "66012d5a9c20ba7170852dd4",
                    "objectType": 2,
                    "type": 1,
                    "requestType": 4,
                    "createTime": "2024-03-25 15:52:58",
                    "logData": []
                }
            }
        ],
        "lastMark": "2024-03-25 15:52:58.120"
    },
    "success": true,
    "error_code": 1
}
Modified at 2025-04-07 02:46:13
Previous
Delete Option Set
Next
Create Application Role
Built with