GET ItemAttachment/Get/{id}
Gets a list of Item Attachments for the specified Item.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
The Item id. |
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": "71d765ab-5e9d-46e0-90c2-642004b2f271",
"Data": "QEA="
},
{
"Name": "sample string 1",
"Size": 2,
"AttachmentUID": "71d765ab-5e9d-46e0-90c2-642004b2f271",
"Data": "QEA="
}
]