C-Move and Asynchronous

Good Day,
It has been awhile since I’ve used Orthanc, and have a question.
I am making an API call:
http://ORTHANCSERVER:8042/modalities/REMOTEPACS/move

Initiating a move, but when I configure the POST content to move Asynchronous it is keeping the connection open and not providing a job number. (Running Synchronous)
I have tried:
“Asynchronous”: true,

“Synchronous”:false,

And both together but no luck. Can C-Moves be run Asynchronous?

Hi Bryan,

Good to see you back here !

Are you running v 1.11.1 or 1.11.2 ? The asynchronous mode for C-Move should has been added in 1.11.1:

image.png

Best regards,

Alain.

Wonderful, thank you for the quick answer. That is the issue, upgrade time it is. Thanks!

image.png