---
title: "Listar as configurações"
method: GET
path: "/v1/agendamentos/configuracoes"
tags: ["Agendamentos"]
---

# Listar as configurações

`GET /v1/agendamentos/configuracoes`

Lista as configurações de agendamento do estabelecimento

## Headers

- `estabelecimentoId` string, required

## Response `200`

Success

- AgendamentoConfigurationDTO
  - `diasAntecedenciaMaxima` integer, nullable
  - `tempoAntecedenciaMinima` integer, nullable

## Other responses

- `404` — Not Found

---

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