ResultFiles
No description
type ResultFiles {
archive: String
archiveContentType: String
archiveFilename: String
archiveId: String
archiveSize: Int
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime!
id: ID!
name: String
portalUser: PortalUser
portalUserId: ID @deprecated
updatedAt: ISO8601DateTime!
}
Fields
ResultFiles.archive
● String
scalar
The base64 encoded content of the archive file
ResultFiles.archiveContentType
● String
scalar
The MIME type of the archive file
ResultFiles.archiveFilename
● String
scalar
The name of the archive file
ResultFiles.archiveId
● String
scalar
The unique ID of the archive stored in the system
ResultFiles.archiveSize
● Int
scalar
The size of the archive file in bytes
ResultFiles.createdAt
● ISO8601DateTime!
non-null scalar
Date when the file was created
ResultFiles.deletedAt
● ISO8601DateTime!
non-null scalar
Date when the file was deleted
ResultFiles.id
● ID!
non-null scalar
ResultFiles.name
● String
scalar
The name of the result file
ResultFiles.portalUser
● PortalUser
object
The portal user associated with the result file
ResultFiles.portalUserId
● ID
deprecated scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'portal_user' to get the information that you need
ResultFiles.updatedAt
● ISO8601DateTime!
non-null scalar
Date when the file was last updated
Member Of
Project
object