Attachment Object
Field Guide
| Name | Type | Example | Notes |
|---|---|---|---|
| id | Int | 12391 | Unique identifier |
| hash | String | 4739784d4ee19b445d0ab600f6a99784628c005a | Unique hash |
| mimeType | String | image/jpeg | |
| filename | String | logo.jpg | |
| size | Int | 22 | Size of the attachment in bytes. |
| width | Int | 160 | |
| height | Int | 160 | |
| url | String | https://secure.helpscout.net/some-url/logo.jpg | Public-facing url where attachment can be downloaded |
Example
{
"id": 12391,
"hash": "4739784d4ee19b445d0ab600f6a99784628c005a",
"mimeType": "image/jpeg",
"filename": "logo.jpg",
"size": 22,
"width": 160,
"height": 160,
"url": "https://secure.helpscout.net/some-url/logo.jpg"
}Contents