查看服务组详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求头
该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。
请求语法
POST /services/group/detail HTTP/1.1
请求参数
名称 | 类型 | 位置 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|---|
Object | Body | 否 | A short description of struct |
||
serviceGroupId | Long | Body | 否 | 2323232 | 服务组ID |
clientToken | String | Body | 否 | C4BE3837-1A13-413B-A225-2C88188E8A43 | 幂等号 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
requestId | String | C4BE3837-1A13-413B-A225-2C88188E8A43 | 请求ID |
data | Object | 返回结果 |
|
updateTime | String | 2020-05-03 15:39:39 | 修改时间 |
users | Array of 服务组用户列表 | 用户ID数组 |
|
userId | Long | 10 | 用户ID |
userName | String | jack | 用户名字 |
phone | String | 1390000**** | 手机号 |
serviceGroupId | Long | 1 | 服务组ID |
serviceGroupDescription | String | 服务描述 | 服务组描述 |
webhookLink | String | wwwwwww | webhook 跳转地址 |
webhookType | String | WEIXIN_GROUP | webhook类型 WEIXIN_GROUP 企微群 DING_GROUP钉钉群 |
enableWebhook | String | ENABLE | ENABLE 启用 DISABLE 禁用 |
serviceGroupName | String | 冲上云霄 | 服务组名称 |
serviceGroupId | Long | 1000 | 服务组ID |
createTime | String | 2020-08-08 10:00:00 | 创建时间 |
示例
请求示例
POST /services/group/detail HTTP/1.1
Host:gemp.aliyuncs.com
Content-Type:application/json
{
"serviceGroupId" : 2323232,
"clientToken" : "C4BE3837-1A13-413B-A225-2C88188E8A43"
}
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<GetServiceGroupResponse>
<requestId>C4BE3837-1A13-413B-A225-2C88188E8A43</requestId>
<data>
<updateTime>2020-05-03 15:39:39</updateTime>
<users>
<userId>10</userId>
<userName>jack</userName>
<phone>1390000****</phone>
<serviceGroupId>1</serviceGroupId>
</users>
<serviceGroupDescription>服务描述</serviceGroupDescription>
<webhookLink>wwwwwww</webhookLink>
<webhookType>WEIXIN_GROUP</webhookType>
<enableWebhook>ENABLE</enableWebhook>
<serviceGroupName>冲上云霄</serviceGroupName>
<serviceGroupId>1000</serviceGroupId>
<createTime>2020-08-08 10:00:00</createTime>
</data>
</GetServiceGroupResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"requestId" : "C4BE3837-1A13-413B-A225-2C88188E8A43",
"data" : {
"updateTime" : "2020-05-03 15:39:39",
"users" : [ {
"userId" : 10,
"userName" : "jack",
"phone" : "1390000****",
"serviceGroupId" : 1
} ],
"serviceGroupDescription" : "服务描述",
"webhookLink" : "wwwwwww",
"webhookType" : "WEIXIN_GROUP",
"enableWebhook" : "ENABLE",
"serviceGroupName" : "冲上云霄",
"serviceGroupId" : 1000,
"createTime" : "2020-08-08 10:00:00"
}
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | ServiceGroupNotExisted | The service group does not exist. | 服务组不存在 |
访问错误中心查看更多错误码。
访问错误中心查看更多错误码。