cURL
curl --request POST \ --url https://api.qminder.com/v1/tickets/{id}/returntoqueue \ --header 'X-Qminder-REST-API-Key: <api-key>'
"{\n \"statusCode\": 200,\n \"result\": \"success\"\n}"
The ID of the ticket to return to queue.
The ID of the user to return to queue.
The position the called ticket should be in the queue. Accepted values: "FIRST" = the ticket will be first in line. "LAST" = the ticket will be last in queue.
200
"success"