---
title: "Retrieve Print Header"
method: GET
path: "/api/2.0/print_headers/{id}/"
tags: ["Print Headers"]
---

# Retrieve Print Header

`GET /api/2.0/print_headers/{id}/`

## Path parameters

- `id` integer, required

## Response `200`

- PracticePrintHeader
  - `content_type` string — The type of print header; whether its pure text or is an image. {0, 1} 0=text 1=image.
  - `created_date` string, date-time, nullable — The timestamp when the print header was created.
  - `deleted_date` string, date-time, nullable — The timestamp when the print header was deleted.
  - `header` string — The text header. Will be null if not a text print header.
  - `header_image` UploadedPhoto — Serializer for UploadedPhoto model. Used for print header images and other cases where we need to serialize an UploadedPhoto directly.
    - `content_type` string
    - `file_size` integer
    - `height` integer
    - `id` integer
    - `last_updated` string, date-time
    - `original_filename` string
    - `width` integer
  - `id` integer
  - `image_placement` string — Specifies where the image header is placed. {0, 1, 2, 3} 0=left 1=right 2=center 3=fit to width.
  - `name` string, required — The name of the print header displayed in the app.
  - `practice` integer — The practice that owns this print header.

---

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