---
search:
  tags:
    - organizations
    - GET
seo:
  description: >-
    Retrieves document formatting settings for a specific… Reference for the GET
    /organizations/{id}/document-settings endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get organization document settings
title: Get organization document settings
type: openapi-operation
---
Retrieves document formatting settings for a specific organization. These settings control how project documents (quotes, requirement documents, contracts) are formatted for this organization.

**What are Document Settings?**
Document settings allow you to customize the appearance and structure of automatically generated project documents on a per-organization basis. These settings override the workspace defaults, enabling customer-specific document layouts and formatting.

**What is returned:**
- **Organization-specific settings**: Values set for this organization (can be null to inherit from workspace)
  - projectDocumentEnableToc: Whether to include a table of contents
  - projectDocumentTitlePage: Whether to show a title/cover page
  - projectDocumentHeadingStyle: Formatting style for headings (e.g., Sequential, Normal)
  - projectDocumentDefaultContactUserId: Default contact person for documents
- **Workspace defaults**: The default values that apply when organization settings are null
  - projectDocumentEnableTocDefault: Workspace default for table of contents
  - projectDocumentTitlePageDefault: Workspace default for title page
  - projectDocumentHeadingStyleDefault: Workspace default heading style

**Inheritance behavior:**
- If an organization setting is null, the workspace default is used
- If an organization setting has a value, it overrides the workspace default
- This allows you to customize documents per customer while maintaining workspace-wide defaults

**Use cases:**
- Different document layouts for specific customers
- Custom corporate design requirements
- Creating documents for external partners without internal formatting

**Note:** This endpoint requires the Organizations.view permission. The organization must exist in your workspace and not be deleted.

<Operation source="api-reference" id="organizationscontroller-getorganizationdocumentsettings" />
