Creates a file from an upload id.

POST

After a file has been uploaded to an upload URL generated from the endpoint, this endpoint can be used to create a file tasktemplate from the uploaded file by providing the upload id.

Path parameters

tasktemplateIdstringRequired

Request

This endpoint expects an object.
uploadIdstringRequired>=1 character

The id of the temporary container that the file will be uploaded to.

fileNamestringRequired>=1 character

The name of the file that will be uploaded.

descriptionstringOptional

The description of the file.

Response

OK

namestringOptional

The user-specified name of the file.

descriptionstringOptional

The description of the file.

idstringOptionalformat: "uuid"

The id of the file info.

entityIdstringOptionalformat: "uuid"

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.

createdBystringOptionalformat: "uuid"

The id of the user who created this file.

updatedOndatetimeOptional

The date this file was last modified.

updatedBystringOptionalformat: "uuid"

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.

isHiddenForConnectUsersbooleanOptional

Whether the file is hidden for connect users.

Built with