- Overview of OpenAPI
- SlackOpenAPI
- ShopifyOpenAPI
- GithubAPI
- DiscordOpenAPI
- 历史文档(不推荐)
- 开发钉钉应用
- 服务端API
- 新版服务端API(DingTalk OpenAPI)
- 生态伙伴API
获取应用-获取指定的应用详情
GET
http://127.0.0.1/cgi-bin/agent/get
智慧硬件开发/应用管理
最后修改时间:2022-08-30 03:03:35
责任人:未设置
企业仅可获取当前凭证对应的应用;第三方仅可获取被授权的应用。
文档ID: 10087
原文档地址:
https://open.work.weixin.qq.com/api/doc/90000/90227
https://open.work.weixin.qq.com/api/doc/90001/90363
https://open.work.weixin.qq.com/api/doc/90002/90845
请求参数
Query 参数
agentid
string
应用id
示例值:
{{agentid}}
access_token
string
调用接口凭证
示例值:
access_token
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://127.0.0.1/cgi-bin/agent/get?agentid={{agentid}}&access_token=access_token'
返回响应
🟢200成功
application/json
Body
errcode
integer <int32>
可选
square_logo_url
string
企业应用方形头像
agentid
integer <int32>
企业应用id
home_url
string
应用主页url
errmsg
string
返回码提示语
description
string
企业应用详情
allow_tags
object
可选
tagid
array[integer <int32>]
可选
isreportenter
integer <int32>
可选
redirect_domain
string
企业应用可信域名
name
string
企业应用名称
allow_partys
object
可选
partyid
array[integer <int32>]
可选
allow_userinfos
object
可选
user
array [object {1}]
可选
close
integer <int32>
企业应用是否被停用
report_location_flag
integer <int32>
可选
示例
{
"errcode": 0,
"square_logo_url": "string",
"agentid": 0,
"home_url": "string",
"errmsg": "string",
"description": "string",
"allow_tags": {
"tagid": [
0
]
},
"isreportenter": 0,
"redirect_domain": "string",
"name": "string",
"allow_partys": {
"partyid": [
0
]
},
"allow_userinfos": {
"user": [
{
"userid": "string"
}
]
},
"close": 0,
"report_location_flag": 0
}

修改于 2022-08-30 03:03:35