Array of multiple File objects

  • Type: array object[] · Array of multiple File objects
    • statusSystemId
      Type: integer
      required

      ID of the system status that determines the file lifecycle stage

    • boostId
      Type: string
      read-only

      Globally unique boost.space identifier for this record (UUID-like)

    • created
      Type: string Format: date-time
      read-only

      Creation timestamp

    • createdUserId
      Type: integer
      read-only

      ID of user who created this record

    • customFieldsValues
      Type: array object[] · FieldValue[]

      Values of space-specific custom fields attached to this file

      A single custom field value attached to a record. The field is identified either by customFieldInputId, or by customFieldInputName + module. Values of computed fields (inputType calculation and rollup) are read-only: a calculation value is evaluated at read time from the field's inputCalculation formula and never stored, a rollup value is recomputed automatically from related records; writes to either are ignored.

    • customType
      Type: integer

      ID of the custom type classification applied to this file

    • fileName
      Type: string
      read-only

      Internal filename as stored on disk (may differ from the original upload name)

    • filesize
      Type: string
      read-only

      Human-readable file size string (e.g. '4 kB')

    • id
      Type: integer
      read-only

      Unique identifier - primary key

    • isFeaturedImage
      Type: boolean

      When true, this image is used as the featured/cover image for the parent record

    • labels
      Type: array array object[][] · Array of multiple Label objects[]

      Labels attached to this file

    • name
      Type: string

      Original file name (human-readable)

    • path
      Type: string

      Relative storage path where the file is persisted on the server or remote storage

    • publicUrl
      Type: string
      read-only

      Publicly accessible URL for reading the file without authentication

    • resize
      Type: array object[] · Array of thumbnails resizes
    • status
      Type: object · Status

      Full Status object for the user-defined status applied to this file

    • statusId
      Type: integer

      ID of the user-defined status applied to this file

    • statusSystem
      Type: object · System status

      Full StatusSystem object for the system lifecycle status applied to this file

    • storage
      Type: integer
      read-only

      Storage flag (0 = local disk, non-zero = remote/cloud storage)

    • type
      Type: string
      read-only

      MIME type of the file (e.g. image/png, application/pdf)

    • updated
      Type: string Format: date-time
      read-only

      Last updated timestamp

    • updatedUserId
      Type: integer
      read-only

      ID of user who last updated this record

    • usage
      Type: array array object[][] · Array of multiple FileUsage objects[]
      read-only

      List of records across modules that reference this file