Impact level
Impact says how far a problem reaches — one person, a department, the whole organisation. Levels are defined per tenant, identified by their name and ranked by level: the higher, the wider the reach.
Together with urgency, impact decides a ticket's priority.
Returns the tenant's impact levels — how far a problem reaches. level ranks them, the higher the wider the reach; seeded as low (1), medium (2), high (3) and critical (4).
Filterable and sortable — name, displayName, level, color, createdAt, updatedAt.
The list is read-only; the entries are seeded with the tenant.
Token issued by the central equipme authentication, sent as Bearer <token>.
JSON filter expression
Free-text term — no effect here
Comma-separated field:direction terms
Selection of fields and relations
name,displayName,levelNumber of entries to skip
0Page size, 1 to 100
100OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
GET /api/v1/ticket-impacts HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"count": 1,
"data": [
{
"color": "#f5a623",
"createdAt": "2026-01-01T00:00:00.000Z",
"displayName": "Abteilung",
"level": 2,
"name": "department",
"updatedAt": "2026-01-01T00:00:00.000Z"
}
]
}Last updated
Was this helpful?