# Measure n8n operations

Manage measures. Select **Measure** in the the platform 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](/docs)           |
| Delete             | `delete`           | Delete a measure.                    | [View implementation](/docs)           |
| Get                | `get`              | Get a measure.                       | [View implementation](/docs)              |
| Get Many           | `getAll`           | Get many measures.                   | [View implementation](/docs)           |
| Link Document      | `linkDocument`     | Link a document to a measure.        | [View implementation](/docs)     |
| Link Third Party   | `linkThirdParty`   | Link a third party to a measure.     | [View implementation](/docs)   |
| Unlink Document    | `unlinkDocument`   | Unlink a document from a measure.    | [View implementation](/docs)   |
| Unlink Third Party | `unlinkThirdParty` | Unlink a third party from a measure. | [View implementation](/docs) |
| Update             | `update`           | Update an existing measure.          | [View implementation](/docs)           |
