v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Documents

Get Document

Endpoint to get a specific Document by ID.

get/business/v2/documents/{documentId}

Path parameters

documentIdstring required

The Document ID.

Example:7bf79328-a7ae-4222-aa54-091ff7f429a7

The Document ID.

Response

The result is a single Document.

idstring

The Document ID.

namestring

The original file name of the Document.

preview_urlstring

Pre-signed URL for the Document preview rendering.

thumbnail_urlstring

The Pre-signed URL for the file of the Document thumbnail.

creation_timestring

The date and time when the Document was imported.

attachedboolean

It indicates whether the Document is already attached to one or more activities.

Example response

{
  "id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
  "name": "invoice-2025-001.pdf",
  "preview_url": "https://storage.example.com/documents/7bf79328-a7ae-4222-aa54-091ff7f429a7/preview?signature=...",
  "thumbnail_url": "https://storage.example.com/documents/7bf79328-a7ae-4222-aa54-091ff7f429a7/thumbnail?signature=...",
  "creation_time": "2025-04-12T10:15:30Z"
}