# Measure n8n operations

Manage measures. Select **Measure** 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 measure.                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/create.operation.ts)              |
| Delete                | `delete`              | Delete a measure.                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/delete.operation.ts)              |
| Get                   | `get`                 | Get a measure.                          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/get.operation.ts)                 |
| Get Many              | `getAll`              | Get many measures.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/getAll.operation.ts)              |
| Link Document         | `linkDocument`        | Link a document to a measure.           | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/linkDocument.operation.ts)        |
| Link Third Party      | `linkThirdParty`      | Link a third party to a measure.        | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/linkThirdParty.operation.ts)      |
| Link Treatment Plan   | `linkTreatmentPlan`   | Link a treatment plan to a measure.     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/linkTreatmentPlan.operation.ts)   |
| Unlink Document       | `unlinkDocument`      | Unlink a document from a measure.       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/unlinkDocument.operation.ts)      |
| Unlink Third Party    | `unlinkThirdParty`    | Unlink a third party from a measure.    | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/unlinkThirdParty.operation.ts)    |
| Unlink Treatment Plan | `unlinkTreatmentPlan` | Unlink a treatment plan from a measure. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/unlinkTreatmentPlan.operation.ts) |
| Update                | `update`              | Update an existing measure.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/measure/update.operation.ts)              |
