- 开放接口-V1文档 (Interface Document_V1)
- 开发前必读(Must Read Before Development)
- OAuth授权(Authorization)
- 用户管理(User Management)
- 用户群组 (User Group)
- 用户标签(User Tags)
- 活动管理 (Activities Management)
- 邮件管理 (EDM Management)
- 短信管理 (SMS Management)
- 来源管理 (Source Management)
- 二维码管理 (QR Code Management)
- 会员管理 (Member Management)
- 成员管理 (Employee Management)
- 微信公众号 (WeChat Account)
- 线索管理(Lead Management)
- 客户管理(Account Management)
- CRM 对象通用接口(CRM Object Interface)
- CTA管理 (CTA Management)
- 模板消息 (Template Message)
- 创建模版消息 (Create Template Message)
- 创建模板消息推送 (Create Template Message Send)
- 更新模板消息 (Update Template Message)
- 查询模版消息详情 (Query Template Message Detail)
- 删除模版消息 (Delete Template Message)
- 查询模板消息列表 (Query Template Message List)
- 查询微信模板列表 (Query WeChat Template Message List)
- 查询消息模板推送明细 (Query Template Message Send Detail)
- 查询消息模板点击明细 (Query Template Message Chick Detail)
- 查询模板消息推送记录列表 (Query Template Message Send Record List)
- 隐私条款v1(Privacy Policy_V1)
- 隐私条款v2(Privacy Policy_V2)
- 企业微信 (WeCom Management)
- 评分管理 (Scoring Management)
- 批量查询用户意向评分 (Batch Query User Intention Scoring)
- 批量查询用户行为评分 (Batch Query User Active Scoring)
- 批量查询线索身份评分 (Batch Query Lead Identity Scoring)
- 批量查询线索行为评分 (Batch Query Lead Active Scoring)
- 批量查询线索意向评分 (Batch Query Lead Intention Scoring)
- 批量查询用户身份评分 (Batch Query User Identity Scoring)
- 批量用户行为评分清零 (Batch Delete User Action Scoring)
- 自定义事件 (Custom Events)
- 公司管理 (Company Management)
- webhook
- 用户(User)
- 活动
- 线索(Lead)
- 线索事件说明文档(Description Document of Lead Event)
- 创建线索webhook推送事件(Create Push Events of User webhook)
- 线索更新(Lead Update)
- 线索状态更新(Lead Update Status)
- 线索作废(Lead Voided)
- 线索负责人变更(Lead Owner Change)
- 线索生命周期变更(Lead Lifecycle Change)
- 线索添加备注(Lead Add Notes)
- 线索添加协作人(Lead Add Collaborator)
- 线索移除协作人(Lead Remove Collaborator)
- 公海池变更(Lead Pool Change)
- 线索关联(Lead Association)
- 线索恢复(Lead Restore)
- 线索来源 (Lead Source)
- 客户(Account)
- 模板消息(Template Message)
- Jingtrack
- 评分(Scoring)
- 用户行为(User Action)
- 系统行为(System Action)
查询活动详情 (Query Activity Details)
live-阿里云(Alibaba Cloud)
https://jingopenapi.jingsocial.com
live-阿里云(Alibaba Cloud)
https://jingopenapi.jingsocial.com
POST
https://jingopenapi.jingsocial.com
请求参数
Header 参数
app_id
string
应用id
默认值:
{{app_id}}
access_token
string
应用密钥
默认值:
{{access_token}}
Body 参数application/json
uuid
string
必需
示例
{
"uuid": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/activity/selectById' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "string"
}'
返回响应
🟢200成功
application/json
Body
code
number
必需
data
object
必需
jing_uuid
string
可选
mid
number
可选
activity_name
string
可选
activity_external_name
string
可选
activity_type
number
可选
activity_classify
string
可选
cover_picture
string
可选
operator_id
number
可选
owner_id
number
可选
owner_department_id
string
可选
draft
number
可选
is_copy
number
可选
release_status
number
可选
ems_status
number
可选
start_time
string
可选
end_time
string
可选
business_unit
string
可选
intent_tags
string
可选
created_timestamp
string
可选
updated_timestamp
string
可选
deleted_at
null
可选
type
string
可选
cost
number
可选
appid
string
可选
sign_limit
number
可选
audit_set
boolean
可选
channel_id
string
可选
history_id
string
可选
live_title
string
可选
playback_time
number
可选
sign_start_time
string
可选
sign_end_time
string
可选
enter_time
string
可选
desc
string
可选
msg
string
必需
request_id
string
必需
示例
{
"code": 0,
"data": {
"jing_uuid": "string",
"mid": 0,
"activity_name": "string",
"activity_external_name": "string",
"activity_type": 0,
"activity_classify": "string",
"cover_picture": "string",
"operator_id": 0,
"owner_id": 0,
"owner_department_id": "string",
"draft": 0,
"is_copy": 0,
"release_status": 0,
"ems_status": 0,
"start_time": "string",
"end_time": "string",
"business_unit": "string",
"intent_tags": "string",
"created_timestamp": "string",
"updated_timestamp": "string",
"deleted_at": null,
"type": "string",
"cost": 0,
"appid": "string",
"sign_limit": 0,
"audit_set": true,
"channel_id": "string",
"history_id": "string",
"live_title": "string",
"playback_time": 0,
"sign_start_time": "string",
"sign_end_time": "string",
"enter_time": "string",
"desc": "string"
},
"msg": "string",
"request_id": "string"
}
修改于 2025-06-06 08:43:40