GET TEMPLATE AS JSON¶
Fetches a response template from the d3VIEW platform by its ID and returns both the template object and its full JSON representation. Use this worker when a downstream step needs to inspect or pass along the raw JSON definition of a response template.
When to use¶
Tagged: json, physicaltest, response_template, template_export.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Responsetemplate | template_id | remote_lookup | — | ✓ | The unique identifier of the response template to retrieve; 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) returned from the platform, ready for use by downstream template-aware workers. |
| Template Output | template_output | text | The full JSON serialization of the response template as a plain text string, suitable for inspection, logging, or passing to workers that consume raw JSON. |
Disciplines¶
- cae.postprocessing.response
- platform.integration
Auto-generated from platform schema. Worker id: get_template_as_json. Schema hash: a7ca442de823. Hand-curated docs in workerexamples/ override this page when present.