Attachment

An Object

Note

Drop in one of our language drivers to accelerate your development.
Here are links to some of our popular Cookbooks to help you get started!

Properties

The following properties are available:

Property Type Default Read-Only Description
attachmentId string No
contentType string No
filename string No
length number No
objectId string No

Schema


{
  "type": "object",
  "description": "Attachment",
  "properties": {
    "contentType": {
      "type": "string"
    },
    "length": {
      "type": "number"
    },
    "filename": {
      "type": "string"
    },
    "objectId": {
      "type": "string"
    },
    "attachmentId": {
      "type": "string"
    }
  },
  "id": "attachment"
}