Skip to main content
POST
Generate template code

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json

Template blocks and target output format.

blocks
object[] | null

Template builder blocks converted into Pongo2 code.

Ejemplo:
format
string

Output format targeted by the generated template.

Ejemplo:

"html"

Respuesta

OK

code
string

Generated Pongo2 template source.

Ejemplo:

"{{ account.id }}"

mappedFields
object

Fields referenced by the generated template, grouped by data source and entity.

Ejemplo: