- Development Guide
- Filter
- Filter Demo
- ErrorCode
- app
- worksheet
- Create Worksheet POST
- Get worksheet structure informationPOST
- Get ListPOST
- Create Row Record POST
- Batch Create Row Records POST
- Get Row Record Details GET
- Get row record detailsPOST
- Update Row Record Details POST
- Batch Update Row Record Details POST
- Delete Row RecordPOST
- Get associated recordPOST
- Get Record Share LinkPOST
- Get total row count of worksheet POST
- Get Row Record LogPOST
- Application Role
- Options Set
- Get regional InformationPOST
Get Role Details
fromal
https://api.mingdao.com
fromal
https://api.mingdao.com
GET
/v1/open/app/getRoleDetail
Request
Query Params
appKey
string
optional
Example:
401ea5361c510771
sign
string
optional
Example:
NWE3NTFmYWQzNjJhYTBkMzk4YTQ5YjI2MDVlNDI4MDNkYTgxYzI4MTVlODJhNTI1YTdiNTEyMDRkMTExNDJlOA==
roleId
string
optional
Example:
3843c546-fc47-4d29-b0cc-2463f013f115
Request 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
name
string
required
description
string
required
permissionWay
string
required
hideAppForMembers
string
required
generalAdd
object
optional
enable
boolean
required
gneralShare
object
optional
enable
boolean
required
generalImport
object
optional
enable
boolean
required
generalExport
object
optional
enable
boolean
required
generalDiscussion
object
optional
enable
boolean
required
generalSystemPrinting
object
optional
enable
boolean
required
generalAttachmentDownload
object
optional
enable
boolean
required
generalLogging
object
optional
enable
boolean
required
worksheetAddRecord
object
optional
enable
boolean
required
worksheetShareView
object
optional
enable
boolean
required
worksheetImport
object
optional
enable
boolean
required
worksheetExport
object
optional
enable
boolean
required
worksheetDiscuss
object
optional
enable
boolean
required
worksheetLogging
object
optional
enable
boolean
required
worksheetBatchOperation
object
optional
enable
boolean
required
recordShare
object
optional
enable
boolean
required
recordDiscussion
object
optional
enable
boolean
required
recordSystemPrinting
object
optional
enable
boolean
required
recordAttachmentDownload
object
optional
enable
boolean
required
recordLogging
object
optional
enable
boolean
required
payment
object
optional
enable
boolean
required
extendAttrs
array[string]
optional
optionalControls
array[string]
optional
sheets
array [object {7}]
optional
sheetId
string
required
canAdd
string
required
readLevelId
string
required
editLevelId
string
required
removeLevel
string
required
removeLevelId
array [object {6}]
required
navigateHide
string
required
pages
array [object {6}]
required
pageId
string
optional
name
string
optional
checked
boolean
optional
navigateHide
boolean
optional
sortIndex
integer
optional
iconUrl
string
optional
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