Attachment
Definition
| Property | Type | Description |
|---|---|---|
id |
String |
ID |
name |
String |
File name |
type |
String |
MIME type |
size |
Number |
Size (in bytes) |
data |
String |
Bytes (as Base64) |
Example
{
"id": "ce46fc89-97c9-438d-9c9a-d492c2ddd310",
"uuid": "ce46fc89-97c9-438d-9c9a-d492c2ddd310",
"name": "My Image.jpg",
"type": "image/jpeg",
"size": 12345,
"data": "<base64 encoded file>"
}