Files

Model definitions

IntegratorDirectoryItem

  • Id: Guid
  • Name: string
  • LastModified: Date
  • FileTags: List<string>

DirectoryItem

  • Id: Guid
  • ParentId: Guid
  • LastModifiedDate: Date
  • LastModifiedById?: int
  • Name: string
  • Type: DirectoryItemType
    • Folder
    • Media
    • File
  • FileAccessRoles: List<RoleThatHasAccess>
    • For instance Buyer or Seller
  • FileTags: List<string>

Restrictions

File Types

We do not have any restrictions on what file types can be uploaded.

File Size

The maximum allowed file size is 1073741824 bytes, or 1.07 gigabytes.

File Names

  • Special characters such as å, ä, ö, æ, ø are allowed.
  • File names can be up to 255 characters long.
  • Multiple whitespaces in a row will be trimmed to 1 whitespace.

CDN Support

We currently do not support CDN functionality when it comes to delivery of files.

Notes

File extensions

It is possible for a file extension (e.g. .png) to be changed if the file is an image and if the file belongs to a case that has been archived.

AI Assistant (Beta)

Table of contents