Saltar al contenido principal
GET
/
v1
/
templates
Listar plantillas
curl --request GET \
  --url https://reporter.sandbox.lerian.net/v1/templates
{
"items": [
{
"id": "0196b193-0dc6-7a30-abb5-4f1ce5e8f829",
"outputFormat": "HTML",
"description": "Extractos",
"filename": "0196b193-0dc6-7a30-abb5-4f1ce5e8f829.tpl",
"createdAt": "2025-05-08T20:25:26.726Z",
"updatedAt": "2025-05-08T20:25:26.726Z",
"deletedAt": null
},
{
"id": "0196b1a4-a154-7adc-81c2-45fb1393c30d",
"outputFormat": "TXT",
"description": "CNAB",
"filename": "0196b1a4-a154-7adc-81c2-45fb1393c30d.tpl",
"createdAt": "2025-05-08T20:44:38.612Z",
"updatedAt": "2025-05-08T20:44:38.612Z",
"deletedAt": null
}
],
"page": 1,
"limit": 10,
"total": 6
}

Headers

Authorization
string

The authorization token. Important: This header is required if your environment has the Access Manager plugin enabled.

X-Organization-id
string

The unique identifier of the Organization associated with the request.

Query Parameters

page
integer

Número de página que deseas obtener.

limit
integer

Número máximo de elementos devueltos por página.

outputFormat
enum<string>

Formato de salida generado.

Opciones disponibles:
HTML,
CSV,
PDF,
TXT,
XML
description
string

Describe brevemente para qué sirve la plantilla o qué contiene.

createdAt
string

Marca de tiempo que indica cuándo se creó la plantilla.

Response

La lista de todas las plantillas disponibles en el sistema.

items
object[]