For the complete documentation index, see llms.txt. This page is also available as Markdown.

Situação de Evento

Listar Situações de Evento

get

Retorna a lista de situações de evento.

Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Respostas
200

Lista de situações

application/json
idinteger · int32Opcional
nomestringOpcional
get/ext/evento/situacaoEvento
GET /siprov-api/ext/evento/situacaoEvento HTTP/1.1
Host: acesso.siprov.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "id": 1,
  "nome": "text"
}