# DPIA n8n operations

Manage data protection impact assessments. Select **DPIA** in the Probo node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation | Value     | Description                          | Source                                                                                                                             |
| --------- | --------- | ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| Create    | `create`  | Create a new DPIA.                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/dpia/create.operation.ts)  |
| Delete    | `delete`  | Delete a DPIA.                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/dpia/delete.operation.ts)  |
| Get       | `get`     | Get a DPIA.                          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/dpia/get.operation.ts)     |
| Get Many  | `getAll`  | Get many DPIAs.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/dpia/getAll.operation.ts)  |
| Publish   | `publish` | Publish the DPIA list as a document. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/dpia/publish.operation.ts) |
| Update    | `update`  | Update an existing DPIA.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/dpia/update.operation.ts)  |
