Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 2.27 KB

UnifiedFile.md

File metadata and controls

59 lines (32 loc) · 2.27 KB

Apideck.UnifiedFile

Description

Properties

Name Type Description Notes
id string A unique identifier for an object.
name string The name of the file
type FileType
downstream_id string The third-party API ID of original entity [optional]
description string Optional description of the file [optional]
path string The full path of the file or folder (includes the file name) [optional]
mime_type string The MIME type of the file. [optional]
downloadable boolean Whether the current user can download this file [optional]
size number The size of the file in bytes [optional]
owner Owner [optional]
parent_folders Array<LinkedFolder> The parent folders of the file, starting from the root [optional]
parent_folders_complete boolean Whether the list of parent folders is complete. Some connectors only return the direct parent of a file [optional]
permissions UnifiedFilePermissions [optional]
exportable boolean Whether the current file is exportable to other file formats. This property is relevant for proprietary file formats such as Google Docs or Dropbox Paper. [optional]
export_formats Array<string> The available file formats when exporting this file. [optional]
custom_mappings object When custom mappings are configured on the resource, the result is included here. [optional]
updated_by string The user who last updated the object. [optional]
created_by string The user who created the object. [optional]
updated_at Date The date and time when the object was last updated. [optional]
created_at Date The date and time when the object was created. [optional]

Referenced Types:


[Back to top] [Back to API list] [Back to README]