API Docs / Schemas / TrackExternalFileRequest

TrackExternalFileRequest

Request to track an existing external file in our system, creating a ClientDocument
record that references the file by its platform-specific ID. No file upload required.

Properties

Name Type Description
externalFileIdstring

The platform-specific file identifier (e.g., Box file ID)

The platform-specific file identifier (e.g., Box file ID)

fileNamestring

The original file name from the provider

The original file name from the provider

fileSizeinteger

File size in bytes

File size in bytes

titlestring

The title for the document in Sodium

The title for the document in Sodium

summarystring

A brief summary or description

A brief summary or description

datestring

The date the document is dated

The date the document is dated

documentCategoryCodestring

The document category code

The document category code

visibleInClientPortalboolean

Whether this document is visible in the client portal

Whether this document is visible in the client portal

JSON Example

{
  "externalFileId": "string",
  "fileName": "string",
  "fileSize": 0,
  "title": "string",
  "summary": "string"
}

Used By Operations