# Response Data

# File

FieldTypeDescription
created_atstring (ISO 8601)The time at which the file was created
updated_atstring (ISO 8601)The last time the file was updated
idstringThe file ID
namestringThe file's resource name
descriptionstringThe file's resource description
typestringThe file type. E.g. image, docs, etc.
imageobjectImage links of the file. Empty for non-image files with no thumbnail generated
extensionstringThe file extension
privatebooleanThe file privacy. Maybe inherited from its folder
diskstringThe file stroage disk
sizenumberThe file size, in bytes
locationstringThe file location. This value is reflective of the file's absolute path

# Folder

FieldTypeDescription
created_atstring (ISO 8601)The time at which the folder was created
updated_atstring (ISO 8601)The last time the folder was updated
idstringThe folder ID
namestringThe folder resource name
descriptionstringResource description
typestringReturns `folder`
privatebooleanThe folder privacy. Maybe inherited from its parent folder
diskstringThe folders stroage disk
sizenumberThe created file size, in bytes
locationstringThe folder location. This value is reflective of the folder's absolute path
foldersarrayChild folders
filesarrayThe files in the folder

# Attachment

FieldTypeDescription
idstringThe attachment ID
altstringThe attachment alt name
urlstringThe public url of the attachment