Field | Type | Description |
---|---|---|
_id | String | Unique alphanumeric ID. |
name | String | Name of the file attachment. |
workspace | String | ID of the workspace the file exists in. |
url | String | File url. |
createdAt | ISO Date String | Date and time the file was created. |
modifiedAt | ISO Date String | Date and time the file was modified. |
createdBy | String | User ID of the person who originally uploaded the file. |
modifiedBy | String | User ID of the person who last modified the file. |