API Docs / Operations / Client - Documents / Bulk Track External Files

Bulk Track External Files

POST /tenants/{tenant}/clients/{client}/clientdocument/bulk-track-external

Creates document records for files that already exist in the external storage provider. No file upload — titles are derived from the file names. Files are tracked independently, so the result can contain a mix of successes and failures; files already tracked fail individually.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "files": [
    {
      "externalFileId": "...",
      "fileName": "...",
      "fileSize": "..."
    }
  ],
  "documentCategoryCode": "string",
  "visibleInClientPortal": false,
  "portalFolderPath": "string"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found