v5

latestOpenAPI 3.1.1raw.githubusercontent.com2026-07-22248.7 KB
PersonalDataProcessingLog

Add Personal Data Processing Logging

Adds a Personal Data Processing log entry for auditing purposes.

post/log/pdpo

Request body

created_atstring date-time required

Time of the PDPO request.

business_identifierstring required

Business identifier text.

ip_addressstring required

Requester's IP address (ipv4 or ipv6).

category'Collection' | 'Alteration' | 'Consultation' | 'Disclosure' | 'Combination' | 'Erasure' required

Response

Created — returns the created PersonalDataProcessingLog object (or objects).

pdpo_log_idinteger required

The id of the PDPL request.

created_atstring date-time required

Time of the PDPO request.

business_identifier_idinteger required

Internal business description id.

business_identifierstring required

Human-readable business identifier/description. Reuse existing description id if present; otherwise create new one.

ip_addressstring required

Requester's IP address (IPv4 or IPv6).

category'Collection' | 'Alteration' | 'Consultation' | 'Disclosure' | 'Combination' | 'Erasure' required

Category of personal data processing.

All 2 operations