AppFunctionTag
Provides tags management operation of application function (including application, menus, button and panel)
Query the tags list of application function
GET
/api/v1/app/func/{id}/tag
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
路径参数
id*
Function id
类型integer
必填format
"int64"
查询参数
tagId
Application tag id
类型integer
format
"int64"
tagName
Application tag name
类型string
createdBy
Application tag creator id
类型integer
format
"int64"
createdDate
Application tag created date
类型string
format
"date-time"
pageNo
Page data size, default 1, maximum 100000
类型integer
format
"int32"
maximum
100000
minimum
1
pageSize
Page data size, default 10, maximum 2000
类型integer
format
"int32"
maximum
2000
minimum
1
orderBy
Sort field
类型string
orderSort
Sorting method
类型string
枚举
"ASC"
"DESC"
filters[0].key
Filter field name
类型string
filters[0].op
Filter condition (EQUAL, NOT_EQUAL, GREATER_THAN, etc.)
类型string
枚举
"GREATER_THAN"
"LESS_THAN"
"GREATER_THAN_EQUAL"
"LESS_THAN_EQUAL"
"EQUAL"
"NOT_EQUAL"
"MATCH"
"MATCH_END"
"NOT_MATCH"
"NOT_MATCH_END"
"IN"
"NOT_IN"
"IS_NULL"
"IS_NOT_NULL"
filters[0].value
Filter value
filters[1].key
Filter field name
类型string
filters[1].op
Filter condition (EQUAL, NOT_EQUAL, GREATER_THAN, etc.)
类型string
枚举
"GREATER_THAN"
"LESS_THAN"
"GREATER_THAN_EQUAL"
"LESS_THAN_EQUAL"
"EQUAL"
"NOT_EQUAL"
"MATCH"
"MATCH_END"
"NOT_MATCH"
"NOT_MATCH_END"
"IN"
"NOT_IN"
"IS_NULL"
"IS_NOT_NULL"
filters[1].value
Filter value
filters[2].key
Filter field name
类型string
filters[2].op
Filter condition (EQUAL, NOT_EQUAL, GREATER_THAN, etc.)
类型string
枚举
"GREATER_THAN"
"LESS_THAN"
"GREATER_THAN_EQUAL"
"LESS_THAN_EQUAL"
"EQUAL"
"NOT_EQUAL"
"MATCH"
"MATCH_END"
"NOT_MATCH"
"NOT_MATCH_END"
"IN"
"NOT_IN"
"IS_NULL"
"IS_NOT_NULL"
filters[2].value
Filter value
infoScope
Query information scope
类型string
枚举
"BASIC"
"DETAIL"
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}
Replace the tags of application function
Add the tags of application function
Delete the tags of application function
DELETE
/api/v1/app/func/{id}/tag
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
路径参数
id*
Function id
类型integer
必填format
"int64"
查询参数
tagIds*
类型array
必填maxItems
200
minItems
0
uniqueItems
true
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}