# Get a list of invoice marketing information for sub-brand and invoice template Endpoint: GET /invoice-marketing-info 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" - `contractOwnerSubBrandId` (string) Filter by contract owner sub-brand id Example: "0" - `invoiceTemplateId` (string) Filter by invoice template id Example: "0" ## Response 200 fields (application/json): - `id` (integer) Invoice Marketing Info record identifier Example: 1 - `contractOwnerSubBrandId` (integer, required) Contract Owner Sub-Brand Identifier - `invoiceTemplateId` (integer, required) Invoice Template Identifier - `createdDate` (string) Date when this record was created - `updatedDate` (string) Date when this record was last updated - `slot1` (object) - `slot1.type` (string, required) Content type for a slot Enum: "TEXT", "IMAGE", "RTF" - `slot1.textContent` (string) Text content - `slot2` (object) - `slot3` (object) - `slot4` (object) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields