put https://{workspace}.glassix.com/api/v1.2/tickets/setstate/
This endpoint resets the state of a ticket.
Tickets may have 4 states:
- Closed
- Open
- Pending
- Snoozed
Note, it is not possible to set to
Snoozed
via this endpoint.
Responses
This endpoint resets the state of a ticket.
Tickets may have 4 states:
Note, it is not possible to set to
Snoozed
via this endpoint.
xxxxxxxxxx
curl --request PUT \
--url 'https://workspace.glassix.com/api/v1.2/tickets/setstate/ticketId?nextState=Open&getTicket=false&sendTicketStateChangedMessage=true&enableWebhook=true' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: