v1

latestOpenAPI 3.0.02026-07-132990743.4 KB
Instances

List attachments

Get the list of attachments that are associated with the given instance

get/instances/{id}/attachments

Path parameters

idstring required

Orthanc identifier of the instance of interest

Query parameters

fullstring

If present, retrieve the attachments list and their numerical ids

Response

{"stackTrail":"paths:/instances/{id}/attachments:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"JSON array containing the names of the attachments","example":["dicom"]}

Example response

[
  "dicom"
]