GET {repositoryId}/Data/{id}/Attachment/{attachmentId}

Downloads an Attachment from a Data resource.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the Data resource.

string

Required

attachmentId

The ID of the Attachment.

string

Required

repositoryId

ID of the resource repository (optional).

string

Default value is

Body Parameters

None.

Response Information

Resource Description

The requested Data Attachment.
The "content-disposition.filename" Header in the HttpResponseMessage contains the suggested file name.
The "content-length" Header in the HttpResponseMessage contains the file length.

StreamContent
NameDescriptionTypeAdditional information
Headers

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.