>>

File Data

Represents a file stored on Effis.

FieldTypeDescription
idNumberThe file’s ID.
nameStringThe file’s name.
bucketStringThe bucket the file is stored in.
metadataFileMetadataThe File Metadata of the file.
>>

Example

{
  "id": 2195354353667,
  "name": "das_ding.png",
  "bucket": "attachments",
  "metadata": {
    "type": "IMAGE",
    "width": 1600,
    "height": 1600
  }
}