您可以使用监控有关创建的隐私请求的信息 GET 请求。
状态列表说明可在 隐私管理文档.
示例请求
-X GET https://mc.adobe.io/<ORGANIZATION>/campaign/privacy/privacyTool \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
-H 'Cache-Control: no-cache' \
-H 'X-Api-Key: <API_KEY>' \
-H 'Content-Type: application/json;charset=utf-8'
对GET请求的响应。
{
"PKey": "<PKEY>",
"audit": "",
"created": "2018-03-09 12:28:37.319Z",
"desc": "",
"gdprRequestData": {
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/privacy/privacyTool/<PKEY>/gdprRequestData/"
},
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/privacy/privacyTool/<PKEY>",
"label": "Delete customer profile",
"lastModified": "2018-03-09 12:39:21.232Z",
"name": "GDPR6",
"namespace": {
"PKey": "<PKEY>",
"title": "Email (defaultNamespace1)"
},
"namespaceName": "defaultNamespace1",
"reconciliationValue": "customers@adobe.com",
"regulation": "gdpr",
"retryCount": 0,
"status": "errorDataNotFound",
"title": "Delete customer profile (GDPR6)",
"type": "delete"
}