Skip to main content

List Open And Assigned Tickets

Retrieve open and assigned tickets in your Brinqa instance.

External Documentation

To learn more, visit the Brinqa documentation.

Example Output

{
"data": {
"tickets": [
{
"assigned": { "fullName": "John Doe" },
"buid": "BRINQA-1686488211321389058",
"complianceStatus": "Within SLA",
"dueDate": "2023-08-31T21:25:04.284Z",
"name": "Cisco IOS Software DHCPv6 Relay Denial of Service Vulnerability ( cisco-sa-20160323-dhcpv6)",
"riskRating": "High",
"uid": "e843191c-ced7-4f84-9a64-695de360917a"
}
// ... other tickets here ...
]
}
}

Workflow Library Example

List Open and Assigned Tickets with Brinqa and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop