Endpoint to batch create external files without uploading.

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

Path parameters

taskIdUUIDRequired
The id of the task.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

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.
descriptionstring or nullOptional
The description of the file.
mimeTypestring or nullOptional
The mime type if the external file.

Response

OK
namestring or null

The user-specified name of the file.

descriptionstring or null
The description of the file.
idUUID or null
The id of the file info.
entityIdUUID or null
The id of the linked entity.
fileNamestring or null
The name of the file.
entityTypestring or null
The name of the linked entity type.
mimeTypestring or null
The MIME type of the file.
createdOndatetime or null
The date this file was created.
createdByUUID or null
The id of the user who created this file.
updatedOndatetime or null
The date this file was last modified.
updatedByUUID or null
The id of the user who last modified this file.
fileVersionslist of objects or null
List of all versions.
isCommentFileboolean or null
Whether the file is related to a comment.
externalProviderstring or null
The external provider for the file. Like 'google' or 'onedrive'.
externalFileUrlstring or null
The file url of the external provider.
isHiddenForConnectUsersboolean or null
Whether the file is hidden for connect users.