GET api/v1/{systemName}/attachments/{key}/{elementNumber}
Retrieves an Attachment by ID and provides the file.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key |
Encrypted Item ID |
string |
Required |
elementNumber |
Element Number of the Attachment thats Required |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FileContentResultName | Description | Type | Additional information |
---|---|---|---|
FileContents | Collection of byte |
None. |
|
ContentType | string |
None. |
|
FileDownloadName | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.