# Get a list of invoice templates e.g. Enterprise Invoice Blue, Endpoint: GET /invoice-templates Version: 1.44 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `name` (string) Filter by name Example: "xyz | in:x,y | like:xyz" - `contractOwnerId` (string) Filter by contractOwnerId Example: "xyz | in:x,y | like:xyz" ## Response 200 fields (application/json): - `id` (integer) Internal identifier of invoice template Example: 1 - `numberOfMarketingSlots` (integer, required) The number of marketing slots in the template up to a maximum of 4 Example: 1 - `slot1ImageRatio` (string) Ratio of width and height for a slot1 marketing image - `slot2ImageRatio` (string) Ratio of width and height for a slot1 marketing image - `slot3ImageRatio` (string) Ratio of width and height for a slot1 marketing image - `slot4ImageRatio` (string) Ratio of width and height for a slot1 marketing image - `name` (string, required) Name of the Invoice template - `contractOwnerIds` (array) Contract owner identifiers Example: [1] ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields