GET LAYOUT SAVED IN THE TEMPLATE

Retrieves the saved layout definition from a response template by its ID. Use this worker when a downstream step needs the raw layout configuration stored inside a platform response template.

When to use

Tagged: layout, responsetemplate, template, template_get_layout.

Inputs

Label ID Type Default Required Description
Responsetemplate template_id remote_lookup The unique identifier of the response template to query; selected via remote lookup against /api/user/responsetemplates — required, no default.

Outputs

Label ID Type Description
Template Id template_id responsetemplate The resolved response-template object (dataType: responsetemplate) corresponding to the supplied template ID.
Template Layout template_layout text The raw layout definition stored in the template, returned as plain text (e.g. JSON or serialized layout string).

Disciplines

  • platform.reporter

Auto-generated from platform schema. Worker id: template_get_layout. Schema hash: dfa8b9479b96. Hand-curated docs in workerexamples/ override this page when present.