curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/tracker-scan-history \
--header 'x-api-key: <api-key>'{
"total": 123,
"offset": 123,
"count": 123,
"items": [
{
"scheduledScanEnabled": true,
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"scanPeriod": "quarterly",
"scheduledHour": 11,
"scheduledDayOfWeek": 3,
"scheduledDayOfMonth": 16,
"scanHistory": [
{
"date": 123,
"status": "running",
"scanType": "scheduled",
"taskArn": "<string>",
"domainsCount": 123,
"results": {
"total": 123,
"new": 123,
"project": 123,
"global": 123,
"categories": {
"analytics": 123,
"do_not_sell": 123,
"functional": 123,
"global_privacy_control": 123,
"ignored": 123,
"limit_pii_use": 123,
"marketing": 123,
"strictly_necessary": 123,
"unclassified": 123
}
}
}
]
}
]
}Gets the tracker scan history configuration and history for a project.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/tracker-scan-history \
--header 'x-api-key: <api-key>'{
"total": 123,
"offset": 123,
"count": 123,
"items": [
{
"scheduledScanEnabled": true,
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"scanPeriod": "quarterly",
"scheduledHour": 11,
"scheduledDayOfWeek": 3,
"scheduledDayOfMonth": 16,
"scanHistory": [
{
"date": 123,
"status": "running",
"scanType": "scheduled",
"taskArn": "<string>",
"domainsCount": 123,
"results": {
"total": 123,
"new": 123,
"project": 123,
"global": 123,
"categories": {
"analytics": 123,
"do_not_sell": 123,
"functional": 123,
"global_privacy_control": 123,
"ignored": 123,
"limit_pii_use": 123,
"marketing": 123,
"strictly_necessary": 123,
"unclassified": 123
}
}
}
]
}
]
}quarterly, monthly, weekly, daily 0 <= x <= 230 <= x <= 61 <= x <= 31x >= 0x <= 1000