List Templates
GET /api/creative/character-sheet-templates
GET
/api/creative/character-sheet-templates
List every sheet template (bundled + user) for the active project.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
SheetTemplateListResponse
object
success
Success
boolean
templates
Templates
Array<object>
SheetTemplateListEntrySummary entry returned by GET /character-sheet-templates.
object
templateId
required
Templateid
string
name
required
Name
string
description
required
Description
string
rulesetRef
required
Rulesetref
string
orientation
required
Orientation
string
isBundled
required
Isbundled
boolean
tags
Tags
Array<string>
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context