cURL
curl --request POST \ --url https://api.qminder.com/v1/tickets/{id}/reorder \ --header 'Content-Type: application/json' \ --header 'X-Qminder-REST-API-Key: <api-key>' \ --data '{ "after": 123 }'
"{\n \"statusCode\": 200,\n \"result\": \"success\"\n}"
The ID of the ticket to reorder.
The current ticket will be placed after this ID. If unset, then the ticket will be reordered to be first in the queue.
200
"success"