---
search:
  tags:
    - administration
    - GET
seo:
  description: >-
    Retrieves the current document settings for the workspace. Reference for the
    GET /administration/document-settings endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get document settings
title: Get document settings
type: openapi-operation
---
Retrieves the current document settings for the workspace.

**What are Document Settings?**
Document settings control the appearance and formatting of all documents automatically generated by Leadtime, including letters, invoices, quotes, specifications, and project documents. These settings apply workspace-wide and can be overridden at the organization or project level.

**What is returned:**
- **Document font**: The selected font family for all documents (e.g., Inter, Roboto, Arimo)
- **Document logo URL**: Public URL to the workspace logo image (null if not set, defaults to Leadtime logo)
- **Project document options**:
  - Title page toggle (automatically adds a title page)
  - Table of contents toggle (creates TOC at document start)
  - Heading style (controls how headings are numbered and formatted)
- **Background image URLs**: Public URLs for background images used on cover pages:
  - Specification background (for specs documents)
  - Estimate background (for proposal/quote documents)
  - Custom editor background (for template-based documents)

**Note:** This endpoint requires the `WsSettings.manageSettings` permission. All file URLs are public and can be accessed without authentication.

<Operation source="api-reference" id="documentsettingscontroller-getdocumentsettings" />
