查询外部联系人(详情)
GET
/v1/openapi/contacts根据外部联系人id, 返回外部联系人详情
请求参数
Query 参数
apiKey
string
必需
接口请求凭证(apiKey)。应用助手集成配置页面获取
contact_id
string
外部联系人id
示例值:
fc5be76571884e2abd25863deedf5f97
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
Code
integer
必需
Data
object
必需
avatar
null
必需
chatid
null
必需
company
null
必需
company_address
null
必需
company_website
null
必需
companyid
null
必需
contact_id
null
必需
contact_name
null
必需
conversation_id
null
必需
create_time
string
必需
device_id
string
必需
email
null
必需
id
string
必需
message_id
null
必需
mobile
string
必需
name
string
必需
open_id
null
必需
product_name
null
必需
roomTopic
null
必需
room_id
null
必需
update_time
string
必需
userid
null
必需
Msg
string
必需
示例
{
"Code": 0,
"Data": {
"avatar": null,
"chatid": null,
"company": null,
"company_address": null,
"company_website": null,
"companyid": null,
"contact_id": null,
"contact_name": null,
"conversation_id": null,
"create_time": "string",
"device_id": "string",
"email": null,
"id": "string",
"message_id": null,
"mobile": "string",
"name": "string",
"open_id": null,
"product_name": null,
"roomTopic": null,
"room_id": null,
"update_time": "string",
"userid": null
},
"Msg": "string"
}
最后修改时间: 6 个月前