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

# Get a JournalVolume by id

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

Returns the JournalVolume based off the id provided

## Path parameters

- `id` integer, required

## Response `200`

OK

- JournalVolumeModel
  - `id` integer
  - `name` string, nullable
  - `fullyPublished` boolean
  - `pdfLink` string, nullable
  - `pdfFileSize` string, nullable
  - `htmlLink` string, nullable
  - `startDate` string, date-time
  - `endDate` string, date-time

---

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