v1

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

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

Example response

[
  "LastUpdate"
]