List All Studies

Hello

I’m trying to implement your first Orthan server

I’m in need of some help. How do I list all studies via API?

when I use the method:

http://localhost:8042/studies

What is returned in JSON is just the IDs of the studies.

I would like a list with patient names and other information as shown by Orthac explorer itself.

Grateful.

Hello,

Add “?expand”:
http://localhost:8042/studies?expand

Check out the documentation of the REST API:
https://api.orthanc-server.com/#tag/Studies/paths/~1studies/get

Sébastien-