Skip to main content
The Wede compliance report provides a daily breakdown of operational, security, and continuity data for audit and regulatory purposes. It is aligned with ISO 27001:2022, DORA, GDPR, and NIS2.

Endpoint

Requires authentication. Accessible to company_admin, company_tech, country_admin, wede_tech_ops, and wede_global_admin.

Parameters

Example

Response Structure

Data Sections

events

Operational events per day, grouped by vertical.

missions

Mission lifecycle per day.

dispatch

Dispatch operations per day.

security

Security events per day. Required for ISO 27001 and DORA audit trails.

offline_sync

Offline device sync activity per day. Required for DORA operational continuity evidence.

webhooks

Webhook delivery per day.

active_users

User activity per day.

audit_volume

Audit log statistics per day. The audit log is immutable — enforced by database trigger.

Export

To download the report as a JSON file:

Dashboard

The compliance report is also available in the Wede dashboard at app.wede.pt/dashboard/compliance, with four tabs:
  • Operations — events, missions, dispatch by day
  • Security — auth failures, parser violations, webhook delivery
  • Continuity — offline sync activity (DORA evidence)
  • Audit Volume — immutable audit log statistics
The dashboard supports date range selection and JSON export.

Standards Alignment

The audit log underlying this report is immutable by construction. Entries are written by a PostgreSQL BEFORE UPDATE/DELETE trigger that cannot be bypassed by application code, not even by wede_global_admin. This provides tamper-evident evidence for regulatory audits.