Metadata not being populated?

Greetings,

I’m attempting to fetch the metadata for one of my studies in Orthanc as follows:

`
http://localhost:8042/studies/f449e965-14455898-ce34306a-d7982152-ef12b584/metadata

`

The response I’m receiving is as follows:

[ "LastUpdate" ]

Is there something I’m missing?

Hello,

By default, the “/studies/…/metadata” call only lists the available metadata. Add the “?expand” argument to see the value that is associated to them.

HTH,
Sébastien-

Thanks Sébastien