Fetch an attachment
Download silo entry attachment’s data. Content type and disposition will be set according to the source.
GET
Authorizations
Use the Bearer
scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>
Path Parameters
UUID of the attachment to fetch.
Example:
"347c5b04-cde2-11ed-afa1-0242ac120002"
UUID of the silo entry.
Example:
"347c5b04-cde2-11ed-afa1-0242ac120002"
Response
200
Contains the attachment data.