API Docs / Schemas / TrackExternalFileItemDto

TrackExternalFileItemDto

One external file to track within a bulk track request.

Properties

Name Type Description
externalFileIdstring

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

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

fileNamestring

The file name from the provider — also used to derive the document title

The file name from the provider — also used to derive the document title

fileSizeinteger

File size in bytes

File size in bytes

JSON Example

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

Contained in Schemas