v5

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

Search Personal Data Processing Logging (test-support)

Test-support endpoint used by automated tests to verify PDPO logs have been stored in the database.

post/test-support/search

Request body

business_identifierstring
individual_identifierstring

Unique identifier for the individual user/entity.

individual_typestring

Type of identifier. Examples - OPAL_USER_ID, EXTERNAL_SERVICE, DEFENDANT, MINOR_CREDITOR.

category'Collection' | 'Alteration' | 'Consultation' | 'Disclosure' | 'Combination' | 'Erasure'
created_afterstring date

Response

Array of PersonalDataProcessingLog objects matching the search.

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.