Hi
Some instances have several frames, but this endpoint returns only first frame. How can i get all frames?
curl http://localhost:8042/instances/609665c0-c5198aa2-8632476b-a00e0de0-e9075d94/preview
Thanks!
Hi
Some instances have several frames, but this endpoint returns only first frame. How can i get all frames?
curl http://localhost:8042/instances/609665c0-c5198aa2-8632476b-a00e0de0-e9075d94/preview
Thanks!
Hello,
Here is the link to the documentation of the REST API of Orthanc:
https://api.orthanc-server.com/#tag/Instances/paths/~1instances~1{id}~1frames~1{frame}~1preview/get
So, you could for instance use:
$ curl http://localhost:8042/instances/609665c0-c5198aa2-8632476b-a00e0de0-e9075d94/frames/2/preview
Regards,
Sébastien-