1-877-548-3001 Sign in About Contact
Developer

POST

/api/ticket/{id}/reassign

Reassign the specified ticket

Scope:

client

or

operator

Request Parameters

Path

2

id

required

The id of the ticket to be reassigned

Query

2

department_id

required

The department to reassign the ticket to

2

operator_id

optional

The operator to reassign the ticket to

A

notes

optional

A private comment to add to the ticket during reassignment

Response

Schema

{}

A

message

The response message

A

status

The system response status. Will be ok or error

curl

example request

1

curl -X POST -d '{"department_id":1234}'

2

-H "Content-Type: application/json"

3

-H "Authorization: Bearer {{Oauth Token}}"

4

https://developer.livehelpnow.net/api/ticket/{{1234567}}/reassign

example response

      
        

1

 {

2

   "message"

: "Ticket 16844178 assigned",

3

   "status"

: "ok"

4

 }