v1

latestOpenAPI 3.0.02026-07-142740323.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

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"]}

Example response

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