TemplateListItemDto
idstringrequired
Unique identifier for the template (UUID format)
Example:
123e4567-e89b-12d3-a456-426614174000editorUrlstringrequired
Url to the template editor only accessible when logged in
Example:
https://offri.app/proposal/123e4567-e89b-12d3-a456-426614174000titlestring
Title of the template
Example:
Website Development Templatelanguagestringrequired
Language of the template content
Possible values: [nl, en, de]
backgroundImagestring
Background image URL for the template
TemplateListItemDto
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"editorUrl": "https://offri.app/proposal/123e4567-e89b-12d3-a456-426614174000",
"title": "Website Development Template",
"language": "nl",
"backgroundImage": "string"
}