{
"token":"9849f965-bc79-4f65-8a86-3571a6e096e0",
"param": {"startTime": "2022-12-25 00:00:00",
"endTime": "2022-12-28 00:00:00",
"pageNum": 1,
"pageSize": 20}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/interaction' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Access-token: ca268e07-882d-4bc9-8e2d-1a4eb2279f32' \
--header 'Content-Type: application/json' \
--data-raw '{
"token":"9849f965-bc79-4f65-8a86-3571a6e096e0",
"param": {"startTime": "2022-12-25 00:00:00",
"endTime": "2022-12-28 00:00:00",
"pageNum": 1,
"pageSize": 20}
}'
{
"code": "0",
"message": "success",
"result": {
"pageNum": 1,
"pageSize": 20,
"totalCount": 146,
"totalPage": 8,
"records": [
{
"businessId": "63287",
"unionId": "oWB1Jx2l4DJ6NgHOsVHjLPNk-n98",
"openId": "oZh1c62psKkUoTF0gHqbmH8D4pyw",
"wechatId": "✨啊包",
"ip": "-",
"interactTime": "2022-12-25 21:55:18.0",
"contentId": "5656",
"contentTitle": "挖出你团队里潜藏的诸葛亮",
"contentDesc": "-",
"contentLink": "https://baidu.com",
"contentTagColumnOne": "",
"contentTagColumnTwo": "巩明明",
"contentTagColumnThree": "",
"contentTagColumnFour": "",
"contentTagColumnFive": "",
"contentTagCustomTags": null,
"materialIds": "",
"materialUrls": "-",
"contentType": "103",
"contentPlan": "-",
"interactType": "1",
"pageViewTime": "-",
"pageViewRate": "-",
"videoPlayTime": 0,
"transOrderNum": 0,
"dealGoodsNum": 0,
"dealAmount": 0,
"followTeamUserId": "明明",
"followTeamUserDept": "业务部",
"followTeamUserUnionId": "o3B13xHBjVdPZOLxcW4CQoSalEtU",
"refererUnionId": null,
"refererWechatId": null,
"refererWechatProfilePhoto": null,
"contentSource": "2",
"creativeId": "-",
"dt": 20230224,
"createTime": 1667990843000,
"updateTime": 1667990843000,
"traceId": "217fdd4c98124532ac283ada2fff64cc",
"parentTraceId": "9a0490665ff74d338885a808f44e8d3f",
"traceIdCreateTime": 1667990873000
}
]
}
}