Get Attachment Data

Request

GET /v2/conversations/100/attachments/5000/data HTTP/1.1
Authorization: Bearer oauth_token

Path Parameters

/v2/conversations/{conversationId}/attachments/{attachmentId}/data

Response

HTTP/1.1 200 OK
Content-Type: application/hal+json

{
  "data" : "ZmlsZQ=="
}

Response fields

Path Type Description
data String Base64-encoded stream of data.