app-template_builder

On this page:

applyTemplate

Summary

Apply a template to text

Description

Apply a template to parse text

Route

POST /template_builder/applyTemplate

Roles

admin apiread

Parameters

DetailsExampleSchema
Name Type Required Description
text string yes Text to parse
template string yes Template name used to parse the text

Return

DetailsExampleSchema
Name Type Description
parsed object Parsed object based on the template and text provided