- Versions Concepts Resources Extensions Statistics Resources Reference
Attachment
Field | Type | Description |
---|---|---|
id |
int |
Unique identifier for the attachment. |
name |
string |
Original filename. |
hash |
string |
Hash that can be used to retrieve the file. |
size |
integer |
Filesize in byte. |
mime_type |
string |
File mime type as detected on upload. |
created |
datetime |
Upload date. |
{
"id": 42,
"name": "sherlock.zip",
"hash": "017eb2b4018cd555cdb3db0a79c1e65d68bd376a",
"size": 32054569,
"mime_type": "application/zip",
"created": "2012-05-20T14:35:27.000Z"
}