v1

latestOpenAPI 3.0.02026-07-132990743.4 KB
Instances

List metadata

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

get/instances/{id}/metadata

Path parameters

idstring required

Orthanc identifier of the instance of interest

Query parameters

expandstring

If present, also retrieve the value of the individual metadata

numericstring

If present, use the numeric identifier of the metadata instead of its symbolic name

Response

{"stackTrail":"paths:/instances/{id}/metadata:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"JSON array containing the names of the available metadata, or JSON associative array mapping metadata to their values (if `expand` argument is provided)","example":["IndexInSeries","ReceptionDate","RemoteAET","Origin","TransferSyntax","SopClassUid","RemoteIP","HttpUsername","PixelDataOffset","MainDicomTagsSignature","4202"]}

Example response

[
  "IndexInSeries",
  "ReceptionDate",
  "RemoteAET",
  "Origin",
  "TransferSyntax",
  "SopClassUid",
  "RemoteIP",
  "HttpUsername",
  "PixelDataOffset",
  "MainDicomTagsSignature",
  "4202"
]