- 语聚AI应用助手API使用说明
- 语聚GPT API
- 对话助手 API
- 外部联系人API
- 知识助手 API
- 通用功能API
- AI营销
查询外部联系人(详情)
GET
/v1/openapi/contacts
请求参数
Query 参数
apiKey
string
必需
contact_id
string
外部联系人id
示例值:
fc5be76571884e2abd25863deedf5f97
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://chat.jijyun.cn/v1/openapi/contacts?apiKey=&contact_id=fc5be76571884e2abd25863deedf5f97'
返回响应
🟢200成功
application/json
Body
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"
}
修改于 2024-06-06 08:50:31