Pular para o conteúdo principal
GET
Listar exceções

Autorizações

Authorization
string
header
obrigatório

Autenticação por Bearer token (formato: "Bearer {token}")

Cabeçalhos

X-Request-Id
string

A unique identifier for tracing the request across services.

Parâmetros de consulta

status
enum<string>

Filter by status

Opções disponíveis:
OPEN,
ASSIGNED,
PENDING_RESOLUTION,
RESOLVED
severity
enum<string>

Filter by severity

Opções disponíveis:
LOW,
MEDIUM,
HIGH,
CRITICAL
assigned_to
string

Filter by assigned user

external_system
enum<string>

Filter by external system

Opções disponíveis:
JIRA,
SERVICENOW,
WEBHOOK
date_from
string

Filter from date (RFC3339)

date_to
string

Filter to date (RFC3339)

cursor
string

The cursor value for retrieving the next page of results.

limit
integer
padrão:20

Number of items per page

Intervalo obrigatório: 1 <= x <= 200
sort_by
enum<string>
padrão:id

The field used to sort the results.

Opções disponíveis:
id,
created_at,
updated_at,
severity,
status
sort_order
enum<string>
padrão:desc

The order used to sort the results.

Opções disponíveis:
asc,
desc

Resposta

Indica que a requisição foi bem-sucedida e a resposta contém os dados esperados.

Lista paginada de exceções

hasMore
boolean
Exemplo:

true

items
object[]

Lista de exceções

limit
integer
Intervalo obrigatório: 1 <= x <= 200
Exemplo:

20

nextCursor
string
Exemplo:

"eyJpZCI6IjEyMyJ9"

prevCursor
string
Exemplo:

"eyJpZCI6IjEyMiJ9"