{
"identity": {
"identity_type": "string",
"identity_value": "string"
},
"page": 0,
"perPage": 0,
"jing_privacy_policy_uuids": [
"string"
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v2/privacy/policy/list' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"identity": {
"identity_type": "string",
"identity_value": "string"
},
"page": 0,
"perPage": 0,
"jing_privacy_policy_uuids": [
"string"
]
}'
{
"request_id": "fda22e64b3dc4998873d9b329bd27657",
"code": 0,
"msg": "success",
"data": {
"items": [
{
"jing_uuid": "ePdwvXRipiyPKKtgqB5KtC",
"jing_privacy_policy_info_uuid": "Zgtu3TrbAvv4XoymALrrvS",
"internal_name": "ceshi",
"title": "请阅读条款",
"status": 1,
"open_setting_uuid": "Zgtu3TrbAvv4XoymALrr11",
"created_timestamp": 1678093626,
"updated_timestamp": 1678093626,
"policy_info": {
"jing_uuid": "Zgtu3TrbAvv4XoymALrrvS",
"owner_id": 20369,
"jing_privacy_policy_uuid": "ePdwvXRipiyPKKtgqB5KtC",
"status": 1,
"repeat_check": 2,
"read_time": 0,
"required": 1,
"checked": 1,
"type": 1,
"info": "<p>测试条款版本内容</p>",
"version": 1,
"created_timestamp": 1678093626,
"updated_timestamp": 1678093626
}
}
],
"_meta": {
"totalCount": 1,
"pageCont": 1,
"currentPage": 1,
"perPage": 20
}
},
"timestamp": 1720518637334
}