---
title: "Get a JournalAttachment by id"
method: GET
path: "/api/v1/journal-attachments/{id}"
tags: ["Journal"]
---

# Get a JournalAttachment by id

`GET /api/v1/journal-attachments/{id}`

Returns the JournalAttachment based off the id provided

## Path parameters

- `id` integer, required

## Response `200`

OK

- JournalAttachmentModel
  - `id` integer
  - `journalContentId` integer
  - `title` string, nullable
  - `htmlContent` string, nullable

---

[API](https://skmtc.net/parliament/apis/lords-business.md) · [All operations](https://skmtc.net/parliament/apis/lords-business/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/lords-business/revisions/206f8eaba94d/schema)
