Document n8n operations
Referință pentru 22 de operațiuni pentru resursele de documente ale platformei n8n, inclusiv descrieri de câmp și linkuri către sursa de implementare a nodului
Manage documents, versions, and signatures. Select Document pe platforma Node Resource field.
Înapoi la complete n8n resource reference to browse another resource.
| Operation | Value | Description | Source |
|---|---|---|---|
| Archive | archive | Archive a document. | View implementation |
| Cancel Signature | cancelSignature | Cancel a signature request. | View implementation |
| Create | create | Create a new document. | View implementation |
| Delete | delete | Delete a document. | View implementation |
| Delete Draft Version | deleteDraftVersion | Delete a draft document version. | View implementation |
| Get | get | Get a document. | View implementation |
| Get Approval Decision | getApprovalDecision | Obțineți o decizie de aprobare. | View implementation |
| Get Approval Quorum | getApprovalQuorum | Obțineți un quorum de aprobare. | View implementation |
| Get Latest Published Version ID | getLatestPublishedVersionId | Obțineți cel mai recent ID de versiune al documentului publicat. | View implementation |
| Get Many | getAll | Get many documents. | View implementation |
| Get Many Approval Decisions | getAllApprovalDecisions | Obțineți multe decizii de aprobare pentru un cvorum de aprobare. | View implementation |
| Get Many Approval Quorums | getAllApprovalQuorums | Obțineți mai multe cvorumuri de aprobare pentru o versiune de document. | View implementation |
| Get Many Signatures | getAllSignatures | Obțineți mai multe semnături pentru o versiune de document. | View implementation |
| Get Many Versions | getAllVersions | Obțineți mai multe versiuni ale unui document. | View implementation |
| Get Signature | getSignature | Get a document version signature. | View implementation |
| Get Version | getVersion | Get a document version. | View implementation |
| Publish | publish | Publicați un proiect de document, solicitați aprobarea sau publicați ca minor. | View implementation |
| Request Signature | requestSignature | Request a signature for a document version. | View implementation |
| Unarchive | unarchive | Unarchive a document. | View implementation |
| Actualizare | update | Update an existing document. | View implementation |
| Update Version | updateVersion | Update a draft document version. | View implementation |
| Void Approval | voidApproval | Void a pending approval request. | View implementation |