GetTemplatesResponseDto
nextCursorstring
Cursor for fetching the next page of results
Example:
eyJsYXN0SWQiOiIxMjNlNDU2NyIsImxhc3RWYWx1ZSI6IjIwMjQtMDYtMTAifQpreviousCursorstring
Cursor for fetching the previous page of results
Example:
eyJmaXJzdElkIjoiOTg3ZmVkY2IiLCJmaXJzdFZhbHVlIjoiMjAyNC0wNS0xNSJ9totalnumberrequired
Total amount of results
results object[]required
List of templates matching the query criteria
Array [
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
]
GetTemplatesResponseDto
{
"nextCursor": "eyJsYXN0SWQiOiIxMjNlNDU2NyIsImxhc3RWYWx1ZSI6IjIwMjQtMDYtMTAifQ",
"previousCursor": "eyJmaXJzdElkIjoiOTg3ZmVkY2IiLCJmaXJzdFZhbHVlIjoiMjAyNC0wNS0xNSJ9",
"total": 0,
"results": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"editorUrl": "https://offri.app/proposal/123e4567-e89b-12d3-a456-426614174000",
"title": "Website Development Template",
"language": "nl",
"backgroundImage": "string"
}
]
}