按 ID 查询应用
GET
/v1/applications/{id}请求参数
Path 参数
id
string
唯一标识
示例值:
11123321123321123321123
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
string
唯一标识
developer_id
string
开发者 ID
tenant_id
string
租户 ID
name
string
应用名称
type
string
应用类型
1自建应用,2市场应用
app_id
string
APPID
template_id
string
模板 ID
template_version
string
模板版本
latest_template_version
string
最新模板版本
category
string
应用分类
1 标准web应用,2单页web应用,3客户端应用,4后端服务
app_secret
string
应用秘钥
descr
string
应用描述
logo
string
logo
login_url
string
登录 url
domain
string
应用绑定的唯一域名
domain_sn
string
应用域名 SN
redirect_url
string
重定向u rl
logout_url
string
登出 url
sub_account_policy
integer
子账号策略
sys_ext_props
object
系统扩展属性
free_ext_props
object
自定义扩展属性
time_created
string
创建时间
time_modified
string
更新时间
status
string
状态
1启用,0禁用
config
object (AppConfig)
应用配置
id
string
唯一标识
app_id
string
应用ID
allowed_login_method
string
允许的登录方式
格式为:["password", "vercode"]
default_login_method
string
默认登录方式
格式为:password
allowed_reg_method
string
允许注册方式
格式为:["mobile", "email"]
default_reg_method
string
默认注册方式
格式为:mobile
access_policy
string
应用级访问控制权限
permitted,all
reg_policy
string
新用户注册策略
allowed_id_provider
object
允许的登录身份提供商
格式为:{"wechat_scan_qr": 1, "dingding_scan_qr": 2}
sso_enabled
boolean
是否允许SSO
mfa_enabled
boolean
是否开启MFA
mfa_config
object
开启的MFA配置
multi_accounts_login_enabled
boolean
是否开启多子账号登录
time_created
string
创建时间
time_modified
string
修改时间
status
string
状态
1启用,0禁用
protocols
array[object (AppProtocal)]
应用协议
示例
未设置
最后修改时间: 2 个月前