HaloITSM Integration
HaloITSM is an IT service management solution designed to streamline IT support processes and operations through ticketing, asset management, and workflow automation.
Last updated
Was this helpful?
HaloITSM is an IT service management solution designed to streamline IT support processes and operations through ticketing, asset management, and workflow automation.
Last updated
Was this helpful?
Was this helpful?
{
"ticket" : {
"status" : {
"id" : <<ticket^status^id>>,
"name" : <<ticket^status^name>>,
"shortname" : <<ticket^status^shortname>>
},
"id" : <<ticket^id>>,
"summary" : <<ticket^summary>>,
"details" : <<ticket^details>>,
"dateoccurred" : <<ticket^dateoccurred>>,
"dateclosed" : <<ticket^dateclosed>>,
"tickettype" : {
"id" : <<ticket^tickettype^id>>,
"name" : <<ticket^tickettype^name>>
},
"priority" : {
"id" : <<ticket^priority_id>>,
"name" : <<ticket^priority^name>>
},
"client_id" : <<ticket^client_id>>,
"client_name" : <<ticket^client_name>>,
"site_id" : <<ticket^site_id>>,
"site_name" : <<ticket^site_name>>,
"team" : <<ticket^team>>,
"agent" : {
"id" : <<ticket^agent^id>>,
"name" : <<ticket^agent^name>>
},
"organisation_id" : <<ticket^organisation_id>>,
"department_id" : <<ticket^department_id>>,
"workflow_name" : <<ticket^workflow_name>>,
"oppcompanyname" : <<ticket^oppcompanyname>>
}
}{
"ticket" : <<ticket>>
}