Endpoint to batch create external files without uploading.

POST

Endpoint to create file infos with batch operation. Created file infos don’t have a version.

Path parameters

companyIdstringRequired

The id of the company.

Request

This endpoint expects a list of objects.
namestringRequired>=1 character

The name of the file.

externalProviderstringRequired>=1 character

The external provider for the file. Like ‘google’ or ‘onedrive’.

externalFileUrlstringRequired>=1 character

The file url of the external provider.

descriptionstringOptional

The description of the file.

mimeTypestringOptional

The mime type if the external file.

Response

OK

namestringOptional

The user-specified name of the file.

descriptionstringOptional

The description of the file.

idstringOptional

The id of the file info.

entityIdstringOptional

The id of the linked entity.

fileNamestringOptional

The name of the file.

entityTypestringOptional

The name of the linked entity type.

mimeTypestringOptional

The MIME type of the file.

createdOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date this file was created.

createdBystringOptional

The id of the user who created this file.

updatedOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date this file was last modified.

updatedBystringOptional

The id of the user who last modified this file.

fileVersionslist of objectsOptional

List of all versions.

isCommentFilebooleanOptionalDefaults to false

Whether the file is related to a comment.

externalProviderstringOptional

The external provider for the file. Like ‘google’ or ‘onedrive’.

externalFileUrlstringOptional

The file url of the external provider.

isHiddenForConnectUsersbooleanOptionalDefaults to false

Whether the file is hidden for connect users.