Pular para o conteúdo principal
GET
/
v1
/
medical-record-configurations
List Smart Templates
curl --request GET \
  --url https://synapse.telepatia.ai/v1/medical-record-configurations \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "createdAt": "2026-04-20T12:34:56Z",
      "hash": "sha256:3fa5e1b2...",
      "id": "mrc_a1b2c3d4e5f6g7h8"
    }
  ],
  "limit": 20,
  "page": 1,
  "total": 1,
  "totalPages": 1
}

Autorizações

Authorization
string
header
obrigatório

Chave de API enviada como token Bearer

Parâmetros de consulta

page
integer
padrão:1

Page number (1-based).

Intervalo obrigatório: x >= 1
limit
integer
padrão:20

Number of items per page.

Intervalo obrigatório: 1 <= x <= 50

Resposta

Resposta bem-sucedida

Paginated list of medical record configurations.

items
MrcSummary · object[]
obrigatório

Page of medical record configurations.

total
integer
obrigatório

Total number of configurations matching the filter.

page
integer
obrigatório

Current page number (1-based).

limit
integer
obrigatório

Number of items per page.

totalPages
integer
obrigatório

Total number of pages.