---
title: "Changes to Retrieve Comment"
method: GET
path: "/ticketing/comments/{id}"
---

# Changes to Retrieve Comment

`GET /ticketing/comments/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 18 revisions.

- **2024-09-20** `be3dc330edf3` — 2 info
- **2024-08-06** `6502b0fa098c` — 2 breaking
- **2024-08-05** `ca0fa45ebd05` — 2 warning
- **2024-08-05** `ca213ae36b7f` — 20 breaking, 1 info
- **2024-08-05** `167edd5346ec` — 2 breaking, 4 info
- **2024-08-03** `9d25bd589fe9` — 20 breaking
- **2024-08-01** `414c3e999e0b` — 1 info

## Changes

- **2024-09-20** `be3dc330edf3` — 2 info
  - removed the `CONTACT` enum value from the `allOf[subschema #2]/data/items/creator_type` response property for the response status `200`
  - removed the `USER` enum value from the `allOf[subschema #2]/data/items/creator_type` response property for the response status `200`
- **2024-08-06** `6502b0fa098c` — 2 breaking
  - added `#/components/schemas/UnifiedTicketingAttachmentOutput, subschema #1` to the `allOf[subschema #2]/data/items/attachments/items/` response property `oneOf` list for the response status `200`
  - the `allOf[subschema #2]/data/items/attachments/items/` response's property type/format changed from `string`/`` to ``/`` for status `200`
- **2024-08-05** `ca0fa45ebd05` — 2 warning
  - added the new `CONTACT` enum value to the `allOf[subschema #2]/data/items/creator_type` response property for the response status `200`
  - added the new `USER` enum value to the `allOf[subschema #2]/data/items/creator_type` response property for the response status `200`
- **2024-08-05** `ca213ae36b7f` — 20 breaking, 1 info
  - the response property `allOf[#/components/schemas/PaginatedDto]/next_cursor` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PaginatedDto]/prev_cursor` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/attachments` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/body` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/contact_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/created_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/creator_type` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/html_body` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/is_private` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/modified_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/remote_data` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/remote_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/ticket_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/user_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/created_at` became optional for the status `200`
  - the response property `allOf[subschema #2]/data/items/modified_at` became optional for the status `200`
  - the response property `allOf[subschema #2]/data/items/remote_data` became optional for the status `200`
  - the `allOf[subschema #2]/data/items/created_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `200`
  - the `allOf[subschema #2]/data/items/modified_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `200`
  - the endpoint scheme security `bearer` was removed from the API
- **2024-08-05** `167edd5346ec` — 2 breaking, 4 info
  - the `allOf[subschema #2]/data/items/created_at` response's property type/format changed from `string`/`date-time` to `object`/`` for status `200`
  - the `allOf[subschema #2]/data/items/modified_at` response's property type/format changed from `string`/`date-time` to `object`/`` for status `200`
  - the endpoint scheme security `bearer` was added to the API
  - the response property `allOf[subschema #2]/data/items/created_at` became required for the status `200`
  - the response property `allOf[subschema #2]/data/items/modified_at` became required for the status `200`
  - the response property `allOf[subschema #2]/data/items/remote_data` became required for the status `200`
- **2024-08-03** `9d25bd589fe9` — 20 breaking
  - the response property `allOf[#/components/schemas/PaginatedDto]/next_cursor` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PaginatedDto]/prev_cursor` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/attachments` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/body` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/contact_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/created_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/creator_type` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/html_body` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/is_private` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/modified_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/remote_data` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/remote_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/ticket_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/user_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/created_at` became optional for the status `200`
  - the response property `allOf[subschema #2]/data/items/modified_at` became optional for the status `200`
  - the response property `allOf[subschema #2]/data/items/remote_data` became optional for the status `200`
  - the `allOf[subschema #2]/data/items/created_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `200`
  - the `allOf[subschema #2]/data/items/modified_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `200`
- **2024-08-01** `414c3e999e0b` — 1 info
  - the endpoint scheme security `bearer` was removed from the API

---

[Operation](https://skmtc.dev/panoratech/apis/panora-api-2/docs/ticketing/comments/:id/get.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/ticketing/comments/:id/get)
