curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/gcm-scan-results \
--header 'x-api-key: <api-key>'{
"total": 123,
"offset": 123,
"count": 123,
"items": [
{
"dateCreated": 123,
"dateUpdated": 123,
"url": "<string>",
"domain": "<string>",
"dateDetected": 123,
"status": "success",
"statusMsg": "<string>",
"projectId": "<string>"
}
]
}Gets the GCM scan results for a project.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/gcm-scan-results \
--header 'x-api-key: <api-key>'{
"total": 123,
"offset": 123,
"count": 123,
"items": [
{
"dateCreated": 123,
"dateUpdated": 123,
"url": "<string>",
"domain": "<string>",
"dateDetected": 123,
"status": "success",
"statusMsg": "<string>",
"projectId": "<string>"
}
]
}