Get Ticket API
The Get Ticket API section allows users to get the existing ticket information sourced from external systems. Through this ,users can seamlessly fetch the details against the ticket by the ticket id.
Get Ticket.
Authentication:
Basic <Your Token>Request Body
Name
Mandatory
Type
Description
{
"ticket_ids": "713516551148",
"conversation_type": "",
"history_type": "",
"assigned": "",
"disposed": "",
"response": "",
"landing_queue": "",
"create": "",
"resolved": "",
"include_emailbody": ""
}Response Body
Response
Response Messages
Error Codes
Error Codes
Description
Example of a working curl
Last updated