Personal data
List all personal data for a specific service in your project
List all personal data for a given service
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"personal_data": [
{
"sensitivity_type": "ordinary",
"category": "Email, name, IP",
"subjects": "Employees",
"purpose": "We do this because...",
"nature_of_processing": "The way we process it is...",
"data_processing_locations": [
{
"country_name": "Denmark",
"country_code": "DK"
},
...
]
}
]
}Last updated