Interface: TemplateSearchInput
Defined in: type/TemplateSearchInput.ts:6
Input object for TemplateSearchInput
Properties
ids?
optionalids?:string[]
Defined in: type/TemplateSearchInput.ts:10
A list of template IDs to filter by
isDefaultOrderPdf?
optionalisDefaultOrderPdf?:boolean
Defined in: type/TemplateSearchInput.ts:12
Search for templates that are used for default order PDF generation true/false, omit to ignore this filter
isDefaultQuotePdf?
optionalisDefaultQuotePdf?:boolean
Defined in: type/TemplateSearchInput.ts:14
Search for templates that are used for default quote PDF generation true/false, omit to ignore this filter
offset?
optionaloffset?:number
Defined in: type/TemplateSearchInput.ts:16
Pagination offset number
page?
optionalpage?:number
Defined in: type/TemplateSearchInput.ts:18
Pagination page number
sortInputs?
optionalsortInputs?:TemplateSortInput[]
Defined in: type/TemplateSearchInput.ts:20
Sorting options
types?
optionaltypes?:TemplateType[]
Defined in: type/TemplateSearchInput.ts:8
Types of templates to filter by, possible values: [EMAIL,DOCUMENT]