cURL
curl --request GET \ --url https://api-eu.cybedefend.com/projects/{projectId}/compliance-history
{ "entries": [ { "scanId": "550e8400-e29b-41d4-a716-446655440001", "compliant": true, "blockingViolationsCount": 0, "warningViolationsCount": 3, "evaluatedAt": "2024-01-15T10:31:00Z", "breakingRulesCount": 2, "evaluationId": "550e8400-e29b-41d4-a716-446655440000" } ], "total": 25, "page": 1, "pageSize": 10 }
Returns a paginated list of past policy evaluations for the project.
ISO date string
Compliance history
Compliance history entries
Show child attributes
Total number of entries
25
Current page
1
Page size
10