Skip to main content
GET
Template Get Api

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

template_uuid
string
required

Response

Template retrieved successfully

Schema for retrieving template information.

Attributes: uuid (UUID): The unique identifier for the template. name (str): The name of the template. description (str): The description of the template. is_active (bool): Whether the template is active. options (List[OptionOut]): List of options associated with this template.

uuid
string<uuid>
required

The unique identifier for the template.

name
string
required

The name of the template.

description
string
required

The description of the template.

is_active
boolean
required

Whether the template is active.

options
OptionOut · object[]
required

List of options associated with this template.

updated_at
string<date-time>
required
created_at
string<date-time>