Saltar al contenido principal
GET
/
v1
/
templates
/
{id}
Obtener detalles de la plantilla
curl --request GET \
  --url https://reporter.sandbox.lerian.net/v1/templates/{id}
{
"id": "0196b270-a315-7137-9408-3f16af2685e1",
"outputFormat": "TXT",
"description": "Ledgers de la organización",
"filename": "0196b270-a315-7137-9408-3f16af2685e1.tpl",
"createdAt": "2025-05-09T00:27:28.405Z",
"updatedAt": "2025-05-09T00:27:28.405Z",
"deletedAt": null
}

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.

Path Parameters

id
string
required

Unique identifier of the template that you want to retrieve (UUID).

Response

Detalles de la plantilla.

id
string

ID único que identifica la plantilla (formato UUID).

outputFormat
string

Formato de salida generado (por ejemplo, HTML, CSV, PDF, TXT, XML).

description
string

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

fileName
string

Nombre del archivo de plantilla tal como está guardado en el sistema. Sigue el formato <template_id>.tpl.

createdAt
string

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

updatedAt
string

Marca de tiempo que indica la última vez que se actualizó la plantilla.

deletedAt
string

Marca de tiempo que indica cuándo la plantilla se eliminó lógicamente.