---
title: "Changes to List Engagements"
method: GET
path: "/crm/engagements"
---

# Changes to List Engagements

`GET /crm/engagements`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 18 revisions.

- **2024-11-18** `ef360d76c658` — 1 breaking
- **2024-09-20** `be3dc330edf3` — 5 info
- **2024-08-14** `17251bf7794f` — 1 breaking
- **2024-08-09** `3539cfe8509c` — 1 breaking
- **2024-08-07** `3ce49f5aad53` — 1 breaking
- **2024-08-05** `ca0fa45ebd05` — 1 breaking, 5 warning
- **2024-08-05** `ca213ae36b7f` — 23 breaking, 1 info
- **2024-08-05** `167edd5346ec` — 2 breaking, 5 info
- **2024-08-03** `9d25bd589fe9` — 23 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` — 5 info
  - removed the `CALL` enum value from the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - removed the `EMAIL` enum value from the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - removed the `INBOUND` enum value from the `allOf[subschema #2]/data/items/direction` response property for the response status `200`
  - removed the `MEETING` enum value from the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - removed the `OUTBOUND` enum value from the `allOf[subschema #2]/data/items/direction` 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-05** `ca0fa45ebd05` — 1 breaking, 5 warning
  - for the `query` request parameter `limit`, default value `50` was removed
  - added the new `CALL` enum value to the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - added the new `EMAIL` enum value to the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - added the new `INBOUND` enum value to the `allOf[subschema #2]/data/items/direction` response property for the response status `200`
  - added the new `MEETING` enum value to the `allOf[subschema #2]/data/items/type` response property for the response status `200`
  - added the new `OUTBOUND` enum value to the `allOf[subschema #2]/data/items/direction` response property for the response status `200`
- **2024-08-05** `ca213ae36b7f` — 23 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/company_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/contacts` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/content` 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/direction` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/end_time` 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/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/start_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/subject` 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/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/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` — 23 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/company_id` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/contacts` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/content` 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/direction` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/end_time` 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/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/start_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/subject` 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/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/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/crm/engagements/get.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/crm/engagements/get)
