获取营销内容-员工分享明细
POST
/api/v3/customer-relation/company-marketing-content-detail-list
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
pageSize
integer
数量
pageNo
integer
页码
ids
array[string]
营销内容id
示例
{
"pageSize":10,
"pageNo":1,
"ids":["47efb02063ba11ec92e400163e106b20","00371019631e11ec8b6f00163e106b20"]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v3/customer-relation/company-marketing-content-detail-list' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize":10,
"pageNo":1,
"ids":["47efb02063ba11ec92e400163e106b20","00371019631e11ec8b6f00163e106b20"]
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
message
string
返回描述
data
object
返回数据
pageSize
integer
分页数量
pageNo
integer
页码
totalCount
integer
总数
result
array [object {7}]
结果
totalPage
integer
总数量
currentPage
integer
当前页
示例
{
"code": 0,
"message": "success",
"data": {
"pageSize": 10,
"pageNo": 1,
"totalCount": 6,
"result": [
{
"userId": 412017185103936,
"name": "聂志伟",
"departmentName": "探马企服",
"share": 1,
"uv": 0,
"newContact": 0,
"contentId": "00371019631e11ec8b6f00163e106b20"
},
{
"userId": 442147873206336,
"name": "周建凯",
"departmentName": "探马企服",
"share": 1,
"uv": 0,
"newContact": 0,
"contentId": "47efb02063ba11ec92e400163e106b20"
},
{
"userId": 391697253216320,
"name": "赵丽华",
"departmentName": "ricky部门",
"share": 1,
"uv": 0,
"newContact": 0,
"contentId": "00371019631e11ec8b6f00163e106b20"
},
{
"userId": 412017185103936,
"name": "聂志伟",
"departmentName": "探马企服",
"share": 2,
"uv": 0,
"newContact": 0,
"contentId": "47efb02063ba11ec92e400163e106b20"
},
{
"userId": 391697253216320,
"name": "赵丽华",
"departmentName": "ricky部门",
"share": 2,
"uv": 0,
"newContact": 0,
"contentId": "47efb02063ba11ec92e400163e106b20"
},
{
"userId": 406568125728832,
"name": "张丹露",
"departmentName": "孙新艳专用",
"share": 2,
"uv": 0,
"newContact": 0,
"contentId": "00371019631e11ec8b6f00163e106b20"
}
],
"currentPage": 1,
"totalPage": 1
}
}
修改于 2023-02-11 02:39:59