Template

Retrieves a template from the database based on the provided template 'id'

get/template/{id}

Path parameters

idstring required

Query parameters

metadataOnlyboolean

When true, returns only parent-level template fields (templateId, name, description, version, link) and omits the heavy 'connection' payload. Defaults to false.

Response

Template has been retrieved successfully

templateIdstring
namestring
descriptionstring
versionstring
linkstring

Changes

Changed in 1 of the 3 revisions of this API.3

    • added the new optional query request parameter metadataOnly

      new-optional-request-parameter

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 3 revisions, 1 has no diff computed.