GET /series/{id}/attachments/{name}/compressed-data

orthanc-server.com

Summary: Get attachment (no decompression)
Operation ID:
Auth: unknown
Description

Get the (binary) content of one attachment associated with the given series. The attachment will not be decompressed if `StorageCompression` is `true`.

Parameters (3)

If-None-Match (string, header, optional)

Optional revision of the metadata, to check if its content has changed

id (string, path, required)

Orthanc identifier of the series of interest

name (string, path, required)

The name of the attachment, or its index (cf. `UserContentType` configuration option)

No probe data for this endpoint yet.