---
title: "Retorna todos os tipos de eventos"
method: GET
path: "/tiposEvento"
---

# Retorna todos os tipos de eventos

`GET /tiposEvento`

Lista de tipos de evento

## Query parameters

- `ativo` boolean
- `disponivel` boolean
- `nome` string

## Response `200`

200

- object[]
  - `tipoEventoId` integer
  - `nome` string
  - `tipoEntrega` string
  - `tipoDisponibilizacao` string
  - `permitirRemocaoAutomaticaProdutos` boolean
  - `corHexTituloInformacoes` string
  - `corHexCorpoInformacoes` string
  - `numeroAbasInformacoes` integer
  - `quantidadeDiasParaEventoExpirar` integer
  - `numeroLocaisEvento` integer
  - `ativo` boolean
  - `disponivel` boolean
  - `tipoBeneficiarioFrete` string
  - `caminhoLogoEvento` string
  - `caminhoSubTemplate` string
  - `sugestaoProdutos` object[]
    - `tipoEventoId` integer
    - `produtoVarianteId` integer
    - `quantidade` integer

## Other responses

- `500` — 500

---

[API](https://skmtc.net/fbits/apis/wake-commerce-api.md) · [All operations](https://skmtc.net/fbits/apis/wake-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fbits/wake-commerce-api/revisions/e07940bf249d/schema)
