---
title: "List Handouts"
method: GET
path: "/api/2.0/handouts/"
tags: ["Handouts"]
---

# List Handouts

`GET /api/2.0/handouts/`

## Query parameters

- `limit` integer
- `name` string[]
- `offset` integer
- `order_by` string
- `practice_created` number[]
- `tags` string[]

## Response `200`

- PaginatedHandoutsSerializerNoBase64ContentList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` HandoutsSerializerNoBase64Content[], required
    - `content` ContentSerializerNoBase64Content, required — The Content serializer. It serialize file data without base64_content
      - `content_type` string, required
      - `original_filename` string, required
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `id` integer
    - `name` string, required — The name of the handout.
    - `practice_created` integer, required
    - `received_date` string, date-time
    - `tags` string[]
    - `type` 'Patient Resource' | 'VIS', required
    - `vis_barcode` string, nullable — Should only be set if the type == VIS.

---

[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/versions/c060f89d4de7/schema)
