Ticket
Get the details of a ticket.
Get the details of a ticket attributed to a finding.
get/api/v2/companies/{id}/tickets/{ticketId}
Path parameters
idinteger required
The id of the company that this ticket relates to.
ticketIdinteger required
The id of the ticket requested.
Response
Success
Example response
{
"TicketType": "Finding",
"AssigneeType": "Internal",
"Finding": {
"Id": 2590965999,
"Module": "Email Security",
"Severity": "Medium"
},
"Tag": {
"Name": "Ransomware"
},
"Status": "Assigned",
"DeliveryState": "InvitationSent",
"Owners": [
"john.doe@acmeinc.com"
],
"FollowUpUsers": [
"john.doe@acmeinc.com"
],
"OpenDate": "2021-08-09T08:30:30.682Z",
"AssignDate": "2021-08-09T08:30:30.682Z",
"ClosedDate": "2021-08-09T08:30:30.682Z",
"UpdatedDate": "2021-08-09T08:30:30.682Z",
"UpdatedBy": "SYSTEM",
"CreatorEmail": "user@example.com",
"CreatorTenant": "Acme Corporation",
"History": [
{
"Type": "New Ticket",
"Description": "Ticket is created and assigned to john.doe@acmeinc.com",
"HistoryDate": "2021-08-09T08:30:30.682Z",
"Owner": "john.doe@acmeinc.com"
}
]
}