---
title: "Changes to Retrieve Tasks"
method: GET
path: "/crm/tasks/{id}"
---

# Changes to Retrieve Tasks

`GET /crm/tasks/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 18 revisions.

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

## Changes

- **2024-09-20** `be3dc330edf3` — 2 info
  - removed the `COMPLETED` enum value from the `status` response property for the response status `200`
  - removed the `PENDING` enum value from the `status` response property for the response status `200`
- **2024-08-05** `ca0fa45ebd05` — 4 breaking, 2 warning
  - the `created_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `200`
  - the `due_date` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `finished_date` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `modified_at` response's property type/format changed from `object`/`` to `string`/`date-time` for status `200`
  - added the new `COMPLETED` enum value to the `status` response property for the response status `200`
  - added the new `PENDING` enum value to the `status` response property for the response status `200`
- **2024-08-05** `ca213ae36b7f` — 18 breaking, 1 info
  - the response property `company_id` became nullable for the status `200`
  - the response property `content` became nullable for the status `200`
  - the response property `created_at` became nullable for the status `200`
  - the response property `deal_id` became nullable for the status `200`
  - the response property `due_date` became nullable for the status `200`
  - the response property `field_mappings` became nullable for the status `200`
  - the response property `finished_date` became nullable for the status `200`
  - the response property `id` became nullable for the status `200`
  - the response property `modified_at` became nullable for the status `200`
  - the response property `remote_data` became nullable for the status `200`
  - the response property `remote_id` became nullable for the status `200`
  - the response property `status` became nullable for the status `200`
  - the response property `subject` became nullable for the status `200`
  - the response property `user_id` became nullable for the status `200`
  - the response property `created_at` became optional for the status `200`
  - the response property `field_mappings` became optional for the status `200`
  - the response property `modified_at` became optional for the status `200`
  - the response property `remote_data` became optional for the status `200`
  - the endpoint scheme security `bearer` was removed from the API
- **2024-08-05** `167edd5346ec` — 5 info
  - the endpoint scheme security `bearer` was added to the API
  - the response property `created_at` became required for the status `200`
  - the response property `field_mappings` became required for the status `200`
  - the response property `modified_at` became required for the status `200`
  - the response property `remote_data` became required for the status `200`
- **2024-08-03** `9d25bd589fe9` — 18 breaking
  - the response property `company_id` became nullable for the status `200`
  - the response property `content` became nullable for the status `200`
  - the response property `created_at` became nullable for the status `200`
  - the response property `deal_id` became nullable for the status `200`
  - the response property `due_date` became nullable for the status `200`
  - the response property `field_mappings` became nullable for the status `200`
  - the response property `finished_date` became nullable for the status `200`
  - the response property `id` became nullable for the status `200`
  - the response property `modified_at` became nullable for the status `200`
  - the response property `remote_data` became nullable for the status `200`
  - the response property `remote_id` became nullable for the status `200`
  - the response property `status` became nullable for the status `200`
  - the response property `subject` became nullable for the status `200`
  - the response property `user_id` became nullable for the status `200`
  - the response property `created_at` became optional for the status `200`
  - the response property `field_mappings` became optional for the status `200`
  - the response property `modified_at` became optional for the status `200`
  - the response property `remote_data` became optional for the 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/tasks/:id/get.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/crm/tasks/:id/get)
