GET CustomerNoteAttachment/Get/{id}
Gets the specified Attachment based on the identifier.
Request Information
URI Parameters
| Name | Type | Additional information | Description | 
|---|---|---|---|
| id | integer | Required | The identifier. | 
Body Parameters
None.
Response Information
Resource Description
Collection of Attachment| Name | Type | Additional information | Description | 
|---|---|---|---|
| Name | string | Required String length: inclusive between 0 and 100 | |
| Size | integer | None. | |
| AttachmentUID | globally unique identifier | None. | |
| Data | Collection of byte | None. | 
Response Formats
application/json, text/json
            Sample:
[
  {
    "Name": "sample string 1",
    "Size": 2,
    "AttachmentUID": "b8f8c082-92b5-4d2c-b622-dfd0c0b4e6b3",
    "Data": "QEA="
  },
  {
    "Name": "sample string 1",
    "Size": 2,
    "AttachmentUID": "b8f8c082-92b5-4d2c-b622-dfd0c0b4e6b3",
    "Data": "QEA="
  }
]