Saltar al contenido 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
}

Autorizaciones

Authorization
string
header
requerido

Clave API enviada como token Bearer

Parámetros de consulta

page
integer
predeterminado:1

Page number (1-based).

Rango requerido: x >= 1
limit
integer
predeterminado:20

Number of items per page.

Rango requerido: 1 <= x <= 50

Respuesta

Respuesta exitosa

Paginated list of medical record configurations.

items
MrcSummary · object[]
requerido

Page of medical record configurations.

total
integer
requerido

Total number of configurations matching the filter.

page
integer
requerido

Current page number (1-based).

limit
integer
requerido

Number of items per page.

totalPages
integer
requerido

Total number of pages.