---
title: "Changes to List  Tickets"
method: GET
path: "/ticketing/tickets"
---

# Changes to List  Tickets

`GET /ticketing/tickets`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 11 of 18 revisions.

- **2024-11-18** `ef360d76c658` — 1 breaking
- **2024-09-20** `be3dc330edf3` — 13 info
- **2024-08-14** `17251bf7794f` — 1 breaking
- **2024-08-09** `3539cfe8509c` — 1 breaking
- **2024-08-07** `3ce49f5aad53` — 1 breaking
- **2024-08-06** `6502b0fa098c` — 7 breaking
- **2024-08-05** `ca0fa45ebd05` — 1 breaking, 11 warning
- **2024-08-05** `ca213ae36b7f` — 37 breaking, 1 info
- **2024-08-05** `167edd5346ec` — 2 breaking, 5 info
- **2024-08-03** `9d25bd589fe9` — 37 breaking
- **2024-08-01** `414c3e999e0b` — 1 info

## Changes

- **2024-11-18** `ef360d76c658` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was removed
- **2024-09-20** `be3dc330edf3` — 13 info
  - removed the `BUG` enum value from the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - removed the `CLOSED` enum value from the `allOf[subschema #2]/data/items/status` response property for the response status `200`
  - removed the `CONTACT` enum value from the `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` response property for the response status `200`
  - removed the `HIGH` enum value from the `allOf[subschema #2]/data/items/priority` response property for the response status `200`
  - removed the `LIST` enum value from the `allOf[subschema #2]/data/items/collections/items/oneOf[#/components/schemas/UnifiedTicketingCollectionOutput]/collection_type` response property for the response status `200`
  - removed the `LOW` enum value from the `allOf[subschema #2]/data/items/priority` response property for the response status `200`
  - removed the `MEDIUM` enum value from the `allOf[subschema #2]/data/items/priority` response property for the response status `200`
  - removed the `OPEN` enum value from the `allOf[subschema #2]/data/items/status` response property for the response status `200`
  - removed the `PROJECT` enum value from the `allOf[subschema #2]/data/items/collections/items/oneOf[#/components/schemas/UnifiedTicketingCollectionOutput]/collection_type` response property for the response status `200`
  - removed the `SUBTASK` enum value from the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - removed the `TASK` enum value from the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - removed the `TO-DO` enum value from the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - removed the `USER` enum value from the `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` response property for the response status `200`
- **2024-08-14** `17251bf7794f` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was added
- **2024-08-09** `3539cfe8509c` — 1 breaking
  - for the `query` request parameter `limit`, default value `30` was removed
- **2024-08-07** `3ce49f5aad53` — 1 breaking
  - for the `query` request parameter `limit`, default value `30` was added
- **2024-08-06** `6502b0fa098c` — 7 breaking
  - added `#/components/schemas/UnifiedTicketingAttachmentInput, subschema #1` to the `allOf[subschema #2]/data/items/attachments/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/UnifiedTicketingAttachmentOutput, subschema #1` to the `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/UnifiedTicketingTagOutput, subschema #1` to the `allOf[subschema #2]/data/items/tags/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`
  - the `allOf[subschema #2]/data/items/collections` response's property type/format changed from `string`/`` to `array`/`` for status `200`
  - the `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments/items/` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `allOf[subschema #2]/data/items/tags/items/` response's property type/format changed from `string`/`` to ``/`` for status `200`
- **2024-08-05** `ca0fa45ebd05` — 1 breaking, 11 warning
  - for the `query` request parameter `limit`, default value `50` was removed
  - added the new `BUG` enum value to the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - added the new `CLOSED` enum value to the `allOf[subschema #2]/data/items/status` response property for the response status `200`
  - added the new `CONTACT` enum value to the `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` response property for the response status `200`
  - added the new `HIGH` enum value to the `allOf[subschema #2]/data/items/priority` response property for the response status `200`
  - added the new `LOW` enum value to the `allOf[subschema #2]/data/items/priority` response property for the response status `200`
  - added the new `MEDIUM` enum value to the `allOf[subschema #2]/data/items/priority` response property for the response status `200`
  - added the new `OPEN` enum value to the `allOf[subschema #2]/data/items/status` response property for the response status `200`
  - added the new `SUBTASK` enum value to the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - added the new `TASK` enum value to the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - added the new `TO-DO` enum value to the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - added the new `USER` enum value to the `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` response property for the response status `200`
- **2024-08-05** `ca213ae36b7f` — 37 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/account_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/assigned_to` 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/collections` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/body` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/contact_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/html_body` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/is_private` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/ticket_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/user_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/completed_at` 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/description` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/due_date` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/field_mappings` 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/modified_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/name` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/parent_ticket` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/priority` 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/status` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/tags` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/type` 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/field_mappings` 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, 5 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/field_mappings` 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` — 37 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/account_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/assigned_to` 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/collections` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/attachments` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/body` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/contact_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/creator_type` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/html_body` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/is_private` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/ticket_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/comment/allOf[#/components/schemas/UnifiedTicketingCommentInput]/user_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/completed_at` 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/description` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/due_date` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/field_mappings` 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/modified_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/name` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/parent_ticket` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/priority` 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/status` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/tags` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/type` 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/field_mappings` 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/tickets/get.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/ticketing/tickets/get)
