GET api/v1/{systemName}/attachments/{key}/{elementNumber}

Retrieves an Attachment by ID and provides the file.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

Encrypted Item ID

string

Required

elementNumber

Element Number of the Attachment thats Required

integer

Required

Body Parameters

None.

Response Information

Resource Description

FileContentResult
NameDescriptionTypeAdditional information
FileContents

Collection of byte

None.

ContentType

string

None.

FileDownloadName

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.