---
title: "View ticket journal"
method: GET
path: "/v1/TicketJournals/{id}"
tags: ["TicketJournals"]
---

# View ticket journal

`GET /v1/TicketJournals/{id}`

Find a single ticket journal by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsTicketJournalModel
  - `ok` boolean
  - `ticket_journal_id` integer — Primary identifier for this ticket journal.
  - `created_by` integer — Foreign identifier indicating the user who created this ticket journal.
  - `created_date` string, date-time — Date and time this ticket journal was created.
  - `message` string, required — A message containing notes, a log of work, or communication with an end user.
  - `ticket_id` integer, required — Foreign identifier indicating the ticket this journal is related to.
  - `show_on_account` boolean — Indicates whether the journal should be visible from the associated customer's account page.
  - `is_public` boolean — Indicates whether the journal should be emailed to the customer's contact email.
  - `email_copy_to_group` boolean — Indicates whether the journal should be emailed to the user group on the ticket.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

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