---
title: "Physical output format specs (page size, margins, typography). The web
editor derives its canvas sizing from these so the editor, the preview,
and the printed output all share one definition."
method: GET
path: "/templates/formats"
tags: ["Templates"]
---

# Physical output format specs (page size, margins, typography). The web
editor derives its canvas sizing from these so the editor, the preview,
and the printed output all share one definition.

`GET /templates/formats`

## Response `200`

OK

- TemplateFormatSpecDto[]
  - `format` string
  - `label` string
  - `widthMm` union
    - number, float
    - string, float
  - `heightMm` union
    - number, float
    - string, float
  - `marginTopMm` union
    - number, float
    - string, float
  - `marginRightMm` union
    - number, float
    - string, float
  - `marginBottomMm` union
    - number, float
    - string, float
  - `marginLeftMm` union
    - number, float
    - string, float
  - `baseFontSizePt` union
    - number, float
    - string, float
  - `lineHeight` union
    - number, float
    - string, float
  - `paragraphSpacingPt` union
    - number, float
    - string, float
  - `fixedSize` boolean

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
