Uploads a new file by providing an url.

POST
The file needs to be a public available url. The file size must not exceed 100MB.

Path parameters

taskIdstringRequired
The id of the task the file is linked to.

Request

This endpoint expects an object.
urlstringOptional
The public url to the file.
namestringOptional
The name of the file.
descriptionstringOptional
The description of the file.

Response

This endpoint returns an object
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.
createdOndatetimeOptional
The date this file was created.
createdBystringOptional
The id of the user who created this file.
updatedOndatetimeOptional
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.
isCommentFilebooleanOptional
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.