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 Role Details

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

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/getRoleDetail?appKey=401ea5361c510771&sign=NWE3NTFmYWQzNjJhYTBkMzk4YTQ5YjI2MDVlNDI4MDNkYTgxYzI4MTVlODJhNTI1YTdiNTEyMDRkMTExNDJlOA==&roleId=3843c546-fc47-4d29-b0cc-2463f013f115'

Responses

🟢200成功
application/json
Body

Example
{
    "name": "string",
    "description": "string",
    "permissionWay": "string",
    "hideAppForMembers": "string",
    "generalAdd": {
        "enable": true
    },
    "gneralShare": {
        "enable": true
    },
    "generalImport": {
        "enable": true
    },
    "generalExport": {
        "enable": true
    },
    "generalDiscussion": {
        "enable": true
    },
    "generalSystemPrinting": {
        "enable": true
    },
    "generalAttachmentDownload": {
        "enable": true
    },
    "generalLogging": {
        "enable": true
    },
    "worksheetAddRecord": {
        "enable": true
    },
    "worksheetShareView": {
        "enable": true
    },
    "worksheetImport": {
        "enable": true
    },
    "worksheetExport": {
        "enable": true
    },
    "worksheetDiscuss": {
        "enable": true
    },
    "worksheetLogging": {
        "enable": true
    },
    "worksheetBatchOperation": {
        "enable": true
    },
    "recordShare": {
        "enable": true
    },
    "recordDiscussion": {
        "enable": true
    },
    "recordSystemPrinting": {
        "enable": true
    },
    "recordAttachmentDownload": {
        "enable": true
    },
    "recordLogging": {
        "enable": true
    },
    "payment": {
        "enable": true
    },
    "extendAttrs": [
        "string"
    ],
    "optionalControls": [
        "string"
    ],
    "sheets": [
        {
            "sheetId": "string",
            "canAdd": "string",
            "readLevelId": "string",
            "editLevelId": "string",
            "removeLevel": "string",
            "removeLevelId": [
                {
                    "viewId": "string",
                    "viewName": "string",
                    "canRead": "string",
                    "canEdit": "string",
                    "canRemove": "string",
                    "type": "string"
                }
            ],
            "navigateHide": "string"
        }
    ],
    "pages": [
        {
            "pageId": "string",
            "name": "string",
            "checked": true,
            "navigateHide": true,
            "sortIndex": 0,
            "iconUrl": "string"
        }
    ]
}
Modified at 2025-04-07 02:47:04
Previous
Exit application
Next
Create Worksheet
Built with