documentLink
query
Get document link by ID
Retrieves a document link — a public shareable URL that provides read-only access to a specific document without authentication.
query {
documentLink(documentLinkId: String!, options: DocumentLinkOptions): DocumentLink!
}Returns: DocumentLink!
Arguments
| Name | Type | Description |
|---|---|---|
documentLinkId | String! | |
options | DocumentLinkOptions |