quire.getDocument
Retrieve a document using its OID or by specifying owner type, owner ID, and document ID.
Instructions
Get a document by OID, or by owner type/ID and document ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | No | The document OID (unique identifier). Use this OR ownerType+ownerId+documentId | |
| ownerType | No | The type of owner (required when using documentId) | |
| ownerId | No | The owner ID or OID (required when using documentId) | |
| documentId | No | The document ID within the owner |