{
"identity": {
"identity_type": "mobile",
"identity_value": "18984283773"
}, "perPage": 20,
"page": 1
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v2/privacy/policy/template/list' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"identity": {
"identity_type": "mobile",
"identity_value": "18984283773"
}, "perPage": 20,
"page": 1
}'
{
"request_id": "092135c90614774ee4f96b29efc9a86e",
"code": 0,
"msg": "success",
"data": {
"items": [
{
"jing_uuid": "NAnHWNrXStFVhDR2rNVUCS",
"title": "测试模板",
"content": "<p>我已阅读并同意<a href=\"tmT23xBFfYaqGWcsfMGRxP\" data-speciallink=\"true\" data-link=\"tmT23xBFfYaqGWcsfMGRxP\" data-text=\"测试\" data-jing-privacy-id=\"tmT23xBFfYaqGWcsfMGRxP\" style=\"margin: 0px; padding: 0px; color: rgb(112, 72, 255); text-decoration-line: none;\">测试</a></p>",
"checkbox_style": 1,
"checkbox_position": 1,
"required": 1,
"checked": 0,
"repeat_checked": 0,
"created_timestamp": 1721809508,
"updated_timestamp": 1721897997,
"privacy_policy": [
{
"jing_uuid": "tmT23xBFfYaqGWcsfMGRxP",
"jing_privacy_policy_info_uuid": "dQ9h2Um4p9nxJQYCNPKBe3",
"internal_name": "test条款",
"title": "test条款",
"status": 1,
"created_timestamp": 1721724673,
"updated_timestamp": 1721724673,
"policy_info": {
"jing_uuid": "dQ9h2Um4p9nxJQYCNPKBe3",
"owner_id": 24056,
"jing_privacy_policy_uuid": "tmT23xBFfYaqGWcsfMGRxP",
"status": 1,
"repeat_check": 2,
"read_time": 0,
"required": 1,
"checked": 1,
"type": 1,
"info": "<p>文本</p>",
"version": 1,
"created_timestamp": 1721724673,
"updated_timestamp": 1721724673
}
}
]
}
],
"_meta": {
"totalCount": 1,
"pageCont": 1,
"currentPage": 1,
"perPage": 10
}
},
"timestamp": 1721898029729
}