跳到主要内容

查询企业扩展服务授权信息

1. 接口描述

接口请求域名: essbasic.tencentcloudapi.com 。

查询企业扩展服务授权信息,企业经办人需要是企业超管或者法人

默认接口请求频率限制:20次/秒。

推荐使用 API Explorer
点击调试
API Explorer 提供了在线调用、签名验证、SDK 代码生成和快速检索接口等能力。您可查看每次调用的请求内容和返回结果以及自动生成 SDK 调用示例。

2. 输入参数

以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数

参数名称必选类型描述
ActionString公共参数,本接口取值:DescribeExtendedServiceAuthInfo。
VersionString公共参数,本接口取值:2021-05-26。
RegionString公共参数,此参数为可选参数。
AgentAgent应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填

注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId

3. 输出参数

参数名称类型描述
AuthInfoArray of ExtentServiceAuthInfo企业扩展服务授权信息
注意:此字段可能返回 null,表示取不到有效值。
RequestIdString唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。

4. 示例

示例1 查询企业扩展服务授权信息

查询企业扩展服务授权信息

输入示例

POST / HTTP/1.1
Host: essbasic.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeExtendedServiceAuthInfo
<公共请求参数>

{
"Agent": {
"ProxyOperator": {
"OpenId": "admin-open-id"
},
"ProxyOrganizationOpenId": "org-open-id",
"AppId": "APPID12344556667777777"
}
}

输出示例

{
"Response": {
"AuthInfo": [
{
"Name": "企业与港澳台居民*签署合同",
"OperateOn": 1671692727,
"OperatorOpenId": "admin-open-id",
"Status": "DISABLE",
"Type": "OVERSEA_SIGN"
},
{
"Name": "使用手机号验证签署方身份",
"OperateOn": 1673331249,
"OperatorOpenId": "admin-open-id",
"Status": "DISABLE",
"Type": "MOBILE_CHECK_APPROVER"
},
{
"Name": "企业静默签(自动签署)",
"OperateOn": 1672989237,
"OperatorOpenId": "admin-open-id",
"Status": "DISABLE",
"Type": "AUTO_SIGN"
},
{
"Name": "下载企业合同/文件",
"OperateOn": 1673331721,
"OperatorOpenId": "admin-open-id",
"Status": "ENABLE",
"Type": "DOWNLOAD_FLOW"
},
{
"Name": "骑缝章",
"OperateOn": 1673331246,
"OperatorOpenId": "admin-openid",
"Status": "DISABLE",
"Type": "PAGING_SEAL"
}
],
"RequestId": "s16733xxx81"
}
}

5. 错误码

以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码

错误码描述
FailedOperation操作失败。
InternalError内部错误。
InvalidParameter参数错误。
InvalidParameter.ParamError参数错误。
MissingParameter缺少参数错误。
OperationDenied操作被拒绝。
ResourceNotFound.Application应用号不存在。
UnauthorizedOperation.NoPermissionFeature请升级到对应版本后即可使用该接口。