Bonjour,
I was implementing the new C-GET feature in PyOrthanc and was wondering if there was an error in the openapi documentation (Orthanc REST API).
I was able to get the endpoint working with a request body that contains Level
and Resources
, but Level
doesn’t seem to be in the openapi spec, and I don’t know what Query
refers to. Maybe I missed something?
I ended up having a request body that looks like this:
{
"Level": "Study",
"Resources": [{"StudyInstanceUID": "<study-instance-uid>"}]
}
Thanks in advance!
Gabriel