v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
Series

List metadata

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

get/series/{id}/metadata

Path parameters

idstring required

Orthanc identifier of the series of interest

Query parameters

expandstring

If present, also retrieve the value of the individual metadata

Response

{"stackTrail":"paths:/series/{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"
]