---
title: "List Thread Messages"
method: GET
path: "/api/2.0/thread_messages/"
tags: ["Thread Messages"]
---

# List Thread Messages

`GET /api/2.0/thread_messages/`

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string
- `patient` integer[]
- `practice` integer[]
- `sender` integer[]
- `thread` integer[]

## Response `200`

- PaginatedThreadMessageList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ThreadMessage[], required
    - `body` string, required — The actual message body.
    - `id` integer
    - `patient` integer — The patient id.
    - `practice` integer — The practice id.
    - `send_date` string, date-time, required — The date of when the message was sent.
    - `sender` integer, required — The id of who sent the message.
    - `thread` integer — The message thread id.
    - `to_document` Document
      - `authoring_practice` integer, required
      - `chart_date` string, date-time, required — The creation date of the patient chart.
      - `created_date` string, date-time, nullable — The creation date of the document.
      - `deleted_date` string, date-time, nullable — The deleted date of the document.
      - `document_date` string, date-time, required — The date of the document. In most cases it's the same as the creation date. For some documents, like visit notes, it's the date of the visit note.
      - `document_type` integer, nullable
      - `id` integer, required
      - `last_modified` string, date-time
      - `patient` integer, required
      - `sign_date` string, date-time, nullable — The date of when the document was signed (if signed).
      - `signed_by` integer — The id of whoever signed the document (if signed).

---

[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)
