Newer Version Available
Files Resources
Information about files, including content, rendered
version, and sharing. Information about asset files, including content and
rendition.
Available resources are:
| Resource | Description |
|---|---|
| /connect/files/fileId | Get information about a specified file, including references to external files. Upload a new version of an existing file, including references to external files. Rename a file, move a file to a different folder, and delete a file. |
| /connect/files/fileId/asset | Create an asset file. |
| /connect/file-assets/assetId | Get information about an asset file or change the visibility of an asset file for unauthenticated users. |
| /connect/file-assets/fullyQualifiedName/content | Get the streamed content of an asset file. |
| /connect/file-assets/fullyQualifiedName/rendition | Get up to 25 streamed renditions of an asset file. A rendition is a binary preview of the file. |
| /connect/file-assets/batch/assetIds | Get information about a comma-separated list of up to 100 asset files. |
| /connect/files/fileId/content | Returns the content of the file, including references to external files. The content is streamed as the body of the response. |
| /connect/files/fileId/file-shares | Returns information about the objects with which the specified file has been shared. Objects can be users, groups, or records. Can also be used to share the specified file with users. |
| /connect/files/fileId/file-shares/link | A description of a file shared as a link. Create, access, and delete a file’s share link. |
| /connect/files/fileId/image | Get information about a file image. |
| /connect/files/fileId/previews | Get information about a file's supported previews and generate a file preview. |
| /connect/files/fileId/previews/previewFormat | Get a file preview or a specific page in a preview. |
| /connect/files/fileId/rendition | A rendition of the file. A rendition is a binary preview of the file. The format of the binary depends on the format specified in the request. |
| /connect/files/batch/fileIds | Information about a list of files, specified by file IDs. Get information about a list of files and delete a list of files. |