---
title: "Search ticket journals"
method: GET
path: "/v1/TicketJournals"
tags: ["TicketJournals"]
---

# Search ticket journals

`GET /v1/TicketJournals`

Search for one or more ticket journals.

## Query parameters

- `search.ticket_journal_id` integer[]
- `search.ticket_id` integer[]
- `search.message` string[]
- `search.is_public` boolean
- `search.created_by` integer[]
- `search.created_date_start` string, date-time
- `search.created_date_end` string, date-time
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsTicketJournalModel
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsTicketJournalModel[] — List of records returned.
    - `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

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