Best approach for downloading a study via REST API

Hi Orthanc users!

I noticed that I am able to download a single instance via REST API, but I could not find a way to download a full study (including all samples and instances).

Did anyone do this before? Would I have to download each instance, and then merge them into a study? If so, can someone recommend a documentation for that?

Thanks in advance!

Hi Thiago,

You may use the /studies/…/archive route

Hi Alain.

That’s awesome. It worked.

I’d suggest to update the documentation adding this route.

Thank you very much! :slight_smile:

doc updated (build in progress)