# Response Data
← Back# File
| Field | Type | Description |
|---|---|---|
| created_at | string (ISO 8601) | The time at which the file was created |
| updated_at | string (ISO 8601) | The last time the file was updated |
| id | string | The file ID |
| name | string | The file's resource name |
| description | string | The file's resource description |
| type | string | The file type. E.g. image, docs, etc. |
| image | object | Image links of the file. Empty for non-image files with no thumbnail generated |
| extension | string | The file extension |
| private | boolean | The file privacy. Maybe inherited from its folder |
| disk | string | The file stroage disk |
| size | number | The file size, in bytes |
| location | string | The file location. This value is reflective of the file's absolute path |
# Folder
| Field | Type | Description |
|---|---|---|
| created_at | string (ISO 8601) | The time at which the folder was created |
| updated_at | string (ISO 8601) | The last time the folder was updated |
| id | string | The folder ID |
| name | string | The folder resource name |
| description | string | Resource description |
| type | string | Returns `folder` |
| private | boolean | The folder privacy. Maybe inherited from its parent folder |
| disk | string | The folders stroage disk |
| size | number | The created file size, in bytes |
| location | string | The folder location. This value is reflective of the folder's absolute path |
| folders | array | Child folders |
| files | array | The files in the folder |
# Attachment
| Field | Type | Description |
|---|---|---|
| id | string | The attachment ID |
| alt | string | The attachment alt name |
| url | string | The public url of the attachment |