v1

latestOpenAPI 3.0.02026-07-132990743.4 KB
Studies

List metadata

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

get/studies/{id}/metadata

Path parameters

idstring required

Orthanc identifier of the study 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:/studies/{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":["LastUpdate","MainDicomTagsSignature"]}

Example response

[
  "LastUpdate",
  "MainDicomTagsSignature"
]