---
title: "Get invoice settings"
method: GET
path: "/v1/workspaces/{workspaceId}/invoices/settings"
tags: ["Invoice"]
---

# Get invoice settings

`GET /v1/workspaces/{workspaceId}/invoices/settings`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.

## Response `200`

OK

- InvoiceSettingsDtoV1
  - `defaults` InvoiceDefaultSettingsDto — Represents an invoice default settings object.
    - `companyId` string — Represents company identifier across the system.
    - `defaultImportExpenseItemTypeId` string — Represents item type identifier across the system.
    - `defaultImportTimeItemTypeId` string — Represents item type identifier across the system.
    - `dueDays` integer — Represents an invoice number of due days.
    - `itemType` string
    - `itemTypeId` string — Represents item type identifier across the system.
    - `notes` string — Represents an invoice note.
    - `subject` string — Represents an invoice subject.
    - `tax` integer
    - `tax2` integer
    - `tax2Percent` number, double — Represents a tax amount in percentage.
    - `taxPercent` number, double — Represents a tax amount in percentage.
    - `taxType` 'COMPOUND' | 'SIMPLE' | 'NONE' — Represents a tax type.
  - `exportFields` InvoiceExportFields — Represents an invoice export fields object.
    - `RTL` boolean
    - `itemType` boolean
    - `quantity` boolean
    - `rtl` boolean
    - `tax` boolean
    - `tax2` boolean
    - `unitPrice` boolean
  - `labels` LabelsCustomization — Represents a label customization object.
    - `amount` string — Represents invoice amount.
    - `billFrom` string — Represents a string an invoice is billed from.
    - `billTo` string — Represents a string an invoice is billed to.
    - `description` string — Represents a description of an invoice.
    - `discount` string — Represents invoice discount amount.
    - `dueDate` string — Represents a due date in yyyy-MM-dd format.
    - `issueDate` string — Represents an issue date in yyyy-MM-dd format.
    - `itemType` string — Represents an item type.
    - `notes` string — Represents notes for an invoice.
    - `paid` string — Represents invoice paid amount.
    - `quantity` string — Represents quantity.
    - `subtotal` string — Represents invoice subtotal.
    - `tax` string — Represents invoice tax amount.
    - `tax2` string — Represents invoice tax amount.
    - `total` string — Represents invoice total amount.
    - `totalAmount` string — Represents invoice total amount.
    - `unitPrice` string — Represents unit price.

---

[API](https://skmtc.dev/clockify/apis/clockify-api.md) · [All operations](https://skmtc.dev/clockify/apis/clockify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockify/clockify-api/revisions/a5b636acbcd8/schema)
