List templates

Retrieves a paginated list of all templates.

Templates are used for emails, legal notices, and terms & conditions in quotations and deals.

Query Parameters

ParameterTypeRequiredDescription
pageintegerNoPage number for pagination (default: 1)
limitintegerNoNumber of items per page (default: 50)
orderstringNoField to sort by (default: id)
directionstringNoSort direction: asc or desc (default: desc)
typestringNoFilter by template type

Response Fields

FieldTypeDescription
idintegerTemplate unique identifier
titlestringTemplate title/name
typestringTemplate type (see below)
contentstringTemplate content (HTML)
subjectstringEmail subject (for email templates)
byDefaultSendDealbooleanDefault template for sending quotations
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Template Types

TypeDescription
emailEmail template for sending quotations
noticeLegal notice template
cgvTerms and conditions (CGV) template

Filtering

This endpoint supports advanced filtering. See the Filter System Documentation for the complete list of operators and usage examples.

Quick examples:

?filters[type][eq]=email
?filters[title][contains]=Welcome
?filters[byDefaultSendDeal][eq]=true

Response

  • 200 OK: Returns paginated list of templates
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
integer
string
string
string
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!