FileDto

Represents a file in project manager

Fields

FieldDescription
id
uuid
required
The identifier for this file
projectId
uuid
optional
If specified this file belongs to a project. The value is the id of this project
taskId
uuid
optional
If specified, the file has been associated with this task.
ownerId
uuid
required
The reference for who uploaded the file
createdDate
date-time
required
The UTC time the file was created.
folderId
uuid
required
A reference to the folder
fileType
string
optional
The type of the file
fileTypeLabel
string
optional
A user friendly label for the file type
size
int32
required
Size of the file in bytes
downloadPath
string
optional
Path to download the file
deleted
boolean
required
Is the file in the trash can
type
string
optional
Defines the object type the file belongs to.
name
string
optional
The name of the file
entityOwnerId
uuid
required
Id of owner of parent entity