cURL
curl --request POST \ --url https://api.qminder.com/v1/tickets/{id}/assign \ --header 'Content-Type: application/json' \ --header 'X-Qminder-REST-API-Key: <api-key>' \ --data ' { "assigner": 123, "assignee": 123 } '
"{\n \"statusCode\": 200,\n \"result\": \"success\"\n}"
Documentation IndexFetch the complete documentation index at: https://developer.qminder.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.qminder.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the ticket to assign.
The ID of the user who assigned the ticket.
The ID of the user that the ticket will be assigned to.
200
"success"