---
title: "Retorna um tipo de evento especifico"
method: GET
path: "/tiposEvento/{tipoEventoId}"
---

# Retorna um tipo de evento especifico

`GET /tiposEvento/{tipoEventoId}`

Tipo evento buscado

## Path parameters

- `tipoEventoId` integer, required

## 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.dev/fbits/apis/wake-commerce-api.md) · [All operations](https://skmtc.dev/fbits/apis/wake-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fbits/wake-commerce-api/revisions/e07940bf249d/schema)
