# Get a list of available invoice document profiles Endpoint: GET /invoice-document-profiles 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" ## Response 200 fields (application/json): - `id` (integer) Invoice document profile identifier Example: 1 - `name` (string, required) Invoice document profile name - `invoiceTemplateId` (integer) Invoice template identifier Example: 1 - `invoiceSummaryTemplateId` (integer) Invoice summary template identifier Example: 1 - `defaultInvoiceDocumentProfile` (boolean) is the document profile default - `electronicSummaryTemplateIds` (array) Electronic summary template identifiers Example: [1] - `invoiceSummaryComponentIds` (array) Invoice summary component identifiers Example: [1] - `contractOwnerId` (integer) Contract Owner Identifier ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields