Skip to main content

Interface: TemplateSearchInput

Defined in: type/TemplateSearchInput.ts:6

Input object for TemplateSearchInput

Properties

ids?

optional ids?: string[]

Defined in: type/TemplateSearchInput.ts:10

A list of template IDs to filter by


isDefaultOrderPdf?

optional isDefaultOrderPdf?: 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?

optional isDefaultQuotePdf?: 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?

optional offset?: number

Defined in: type/TemplateSearchInput.ts:16

Pagination offset number


page?

optional page?: number

Defined in: type/TemplateSearchInput.ts:18

Pagination page number


sortInputs?

optional sortInputs?: TemplateSortInput[]

Defined in: type/TemplateSearchInput.ts:20

Sorting options


types?

optional types?: TemplateType[]

Defined in: type/TemplateSearchInput.ts:8

Types of templates to filter by, possible values: [EMAIL,DOCUMENT]