GET Attachments/GetContent?attachmentId={attachmentId}&startIndex={startIndex}&chunkSize={chunkSize}
Retrieves a specified chunk of an attachment's content.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
attachmentId |
Id of the attachment |
globally unique identifier |
Required |
startIndex |
Start index of the requested data chunk |
integer |
Required |
chunkSize |
Size of the requested data chunk in bytes |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of byte |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": "QEA=", "Total": 1, "Message": "sample string 1" }